Html Css Color HEX #F933A8 Persian Rose

📋 copy color: '#F933A8'

red 249 ◦ green 51 ◦ blue 168

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

Shades of Persian Rose #F933A8

Tints of Persian Rose #F933A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.9%

R = 53.21%
G = 10.9%
B = 35.9%

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

#F933A8 (or 0xF933A8) is known color: Persian Rose. HEX triplet: F9, 33 and A8. RGB value is (249,51,168). Sum of RGB (Red+Green+Blue) = 249+51+168=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F933A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F933A8 is #06CC57. Grayscale: #7B7B7B. Windows color (decimal): -445528 or 11023353. OLE color: 11023353.

HSL color Cylindrical-coordinate representation of color #F933A8: hue angle of 324.55º 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 #F933A8 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 51 168 -
CMYK 0 0.80 0.33 0.02
HSL 324.55º 0.94% 0.59% -
HSV(B) 324.55º 0.8% 0.98% -
XYZ 47.32 25.33 39.44 -
YUV 123.54 153.1 217.49 -
System Red Green Blue C M Y K H S L
Decimal 249 51 168 0 0.80 0.33 0.02 324.55 0.94 0.59
Hex F9 33 A8 0 50 21 2 145 5E 3B
Octal 371 63 250 0 120 41 2 505 136 73
Binary 11111001 110011 10101000 0 1010000 100001 10 101000101 1011110 111011

Color Harmonies of #F933A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F933A8

Black with #F933A8

Text Example


Text Example

White with #F933A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F933A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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