Html Css Color HEX #F231A6 Persian Rose

📋 copy color: '#F231A6'

red 242 ◦ green 49 ◦ blue 166

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

Shades of Persian Rose #F231A6

Tints of Persian Rose #F231A6

RGB

 RED value IS 242 (94.92% from 255) = 52.95%

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

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

R = 52.95%
G = 10.72%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F231A6 (or 0xF231A6) is known color: Persian Rose. HEX triplet: F2, 31 and A6. RGB value is (242,49,166). Sum of RGB (Red+Green+Blue) = 242+49+166=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F231A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F231A6 is #0DCE59. Grayscale: #777777. Windows color (decimal): -904794 or 10891762. OLE color: 10891762.

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

Color convert

RGB 242 49 166 -
CMYK 0 0.80 0.31 0.05
HSL 323.63º 0.88% 0.57% -
HSV(B) 323.63º 0.8% 0.95% -
XYZ 44.6 23.83 38.32 -
YUV 120.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 242 49 166 0 0.80 0.31 0.05 323.63 0.88 0.57
Hex F2 31 A6 0 50 1F 5 144 58 39
Octal 362 61 246 0 120 37 5 504 130 71
Binary 11110010 110001 10100110 0 1010000 11111 101 101000100 1011000 111001

Color Harmonies of #F231A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231A6

Black with #F231A6

Text Example


Text Example

White with #F231A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231A6; }

 p { color: rgb(242,49,166); }

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

background-color css

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

 a { background-color: rgb(242,49,166); }

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

border-color css

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

 span { border-color: rgb(242,49,166); }

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