Html Css Color HEX #F33FB0 Persian Rose

📋 copy color: '#F33FB0'

red 243 ◦ green 63 ◦ blue 176

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

Shades of Persian Rose #F33FB0

Tints of Persian Rose #F33FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 13.07%

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 50.41%
G = 13.07%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F33FB0 (or 0xF33FB0) is known color: Persian Rose. HEX triplet: F3, 3F and B0. RGB value is (243,63,176). Sum of RGB (Red+Green+Blue) = 243+63+176=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33FB0 is #0CC04F. Grayscale: #818181. Windows color (decimal): -835664 or 11550707. OLE color: 11550707.

HSL color Cylindrical-coordinate representation of color #F33FB0: hue angle of 322.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33FB0 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 63 176 -
CMYK 0 0.74 0.28 0.05
HSL 322.33º 0.88% 0.6% -
HSV(B) 322.33º 0.74% 0.95% -
XYZ 46.58 25.74 43.59 -
YUV 129.7 154.13 208.81 -
System Red Green Blue C M Y K H S L
Decimal 243 63 176 0 0.74 0.28 0.05 322.33 0.88 0.6
Hex F3 3F B0 0 4A 1C 5 142 58 3C
Octal 363 77 260 0 112 34 5 502 130 74
Binary 11110011 111111 10110000 0 1001010 11100 101 101000010 1011000 111100

Color Harmonies of #F33FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33FB0

Black with #F33FB0

Text Example


Text Example

White with #F33FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33FB0; }

 p { color: rgb(243,63,176); }

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

background-color css

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

 a { background-color: rgb(243,63,176); }

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

border-color css

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

 span { border-color: rgb(243,63,176); }

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