Html Css Color HEX #F933AB Persian Rose

📋 copy color: '#F933AB'

red 249 ◦ green 51 ◦ blue 171

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

Shades of Persian Rose #F933AB

Tints of Persian Rose #F933AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 52.87%
G = 10.83%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F933AB (or 0xF933AB) is known color: Persian Rose. HEX triplet: F9, 33 and AB. RGB value is (249,51,171). Sum of RGB (Red+Green+Blue) = 249+51+171=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F933AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F933AB is #06CC54. Grayscale: #7B7B7B. Windows color (decimal): -445525 or 11219961. OLE color: 11219961.

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

Color convert

RGB 249 51 171 -
CMYK 0 0.80 0.31 0.02
HSL 323.64º 0.94% 0.59% -
HSV(B) 323.64º 0.8% 0.98% -
XYZ 47.6 25.45 40.93 -
YUV 123.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 249 51 171 0 0.80 0.31 0.02 323.64 0.94 0.59
Hex F9 33 AB 0 50 1F 2 144 5E 3B
Octal 371 63 253 0 120 37 2 504 136 73
Binary 11111001 110011 10101011 0 1010000 11111 10 101000100 1011110 111011

Color Harmonies of #F933AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F933AB

Black with #F933AB

Text Example


Text Example

White with #F933AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F933AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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