Html Css Color HEX #F331B3 Persian Rose

📋 copy color: '#F331B3'

red 243 ◦ green 49 ◦ blue 179

#F331B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F331B3

Tints of Persian Rose #F331B3

RGB

 RED value IS 243 (95.31% from 255) = 51.59%

 GREEN value IS 49 (19.53% from 255) = 10.4%

 BLUE value IS 179 (70.31% from 255) = 38%

R = 51.59%
G = 10.4%
B = 38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F331B3 (or 0xF331B3) is known color: Persian Rose. HEX triplet: F3, 31 and B3. RGB value is (243,49,179). Sum of RGB (Red+Green+Blue) = 243+49+179=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F331B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F331B3 is #0CCE4C. Grayscale: #797979. Windows color (decimal): -839245 or 11743731. OLE color: 11743731.

HSL color Cylindrical-coordinate representation of color #F331B3: hue angle of 319.79º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331B3 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 179 -
CMYK 0 0.80 0.26 0.05
HSL 319.79º 0.89% 0.57% -
HSV(B) 319.79º 0.8% 0.95% -
XYZ 46.2 24.51 44.94 -
YUV 121.83 160.27 214.43 -
System Red Green Blue C M Y K H S L
Decimal 243 49 179 0 0.80 0.26 0.05 319.79 0.89 0.57
Hex F3 31 B3 0 50 1A 5 140 59 39
Octal 363 61 263 0 120 32 5 500 131 71
Binary 11110011 110001 10110011 0 1010000 11010 101 101000000 1011001 111001

Color Harmonies of #F331B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F331B3

Black with #F331B3

Text Example


Text Example

White with #F331B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F331B3; }

 p { color: rgb(243,49,179); }

 H1.HeaderClassName
 {
   color: #F331B3;
 }
 .AnyTagClassName
 {
   color: #F331B3;
 }
</style>

background-color css

<style>
 a { background-color: #F331B3; }

 a { background-color: rgb(243,49,179); }

 div.DivClassName
 {
   background-color: #F331B3;
 }
 .BgClassName
 {
   background-color: #F331B3;
 }
</style>

border-color css

<style>
 span { border-color: #F331B3; }

 span { border-color: rgb(243,49,179); }

 td.TdClassName
 {
   border-color: #F331B3;
 }
 .TagClassName
 {
   border-color: #F331B3;
 }
</style>