Html Css Color HEX #F933A6 Persian Rose

📋 copy color: '#F933A6'

red 249 ◦ green 51 ◦ blue 166

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

Shades of Persian Rose #F933A6

Tints of Persian Rose #F933A6

RGB

 RED value IS 249 (97.66% from 255) = 53.43%

 GREEN value IS 51 (20.31% from 255) = 10.94%

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 53.43%
G = 10.94%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F933A6 (or 0xF933A6) is known color: Persian Rose. HEX triplet: F9, 33 and A6. RGB value is (249,51,166). Sum of RGB (Red+Green+Blue) = 249+51+166=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F933A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F933A6 is #06CC59. Grayscale: #7B7B7B. Windows color (decimal): -445530 or 10892281. OLE color: 10892281.

HSL color Cylindrical-coordinate representation of color #F933A6: hue angle of 325.15º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F933A6 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 51 166 -
CMYK 0 0.80 0.33 0.02
HSL 325.15º 0.94% 0.59% -
HSV(B) 325.15º 0.8% 0.98% -
XYZ 47.13 25.26 38.47 -
YUV 123.31 152.1 217.65 -
System Red Green Blue C M Y K H S L
Decimal 249 51 166 0 0.80 0.33 0.02 325.15 0.94 0.59
Hex F9 33 A6 0 50 21 2 145 5E 3B
Octal 371 63 246 0 120 41 2 505 136 73
Binary 11111001 110011 10100110 0 1010000 100001 10 101000101 1011110 111011

Color Harmonies of #F933A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F933A6

Black with #F933A6

Text Example


Text Example

White with #F933A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F933A6; }

 p { color: rgb(249,51,166); }

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

background-color css

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

 a { background-color: rgb(249,51,166); }

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

border-color css

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

 span { border-color: rgb(249,51,166); }

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