Html Css Color HEX #F231A1 Persian Rose

📋 copy color: '#F231A1'

red 242 ◦ green 49 ◦ blue 161

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

Shades of Persian Rose #F231A1

Tints of Persian Rose #F231A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.62%

R = 53.54%
G = 10.84%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F231A1 (or 0xF231A1) is known color: Persian Rose. HEX triplet: F2, 31 and A1. RGB value is (242,49,161). Sum of RGB (Red+Green+Blue) = 242+49+161=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F231A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F231A1 is #0DCE5E. Grayscale: #777777. Windows color (decimal): -904799 or 10564082. OLE color: 10564082.

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

Color convert

RGB 242 49 161 -
CMYK 0 0.80 0.33 0.05
HSL 325.18º 0.88% 0.57% -
HSV(B) 325.18º 0.8% 0.95% -
XYZ 44.15 23.65 35.96 -
YUV 119.48 151.44 215.39 -
System Red Green Blue C M Y K H S L
Decimal 242 49 161 0 0.80 0.33 0.05 325.18 0.88 0.57
Hex F2 31 A1 0 50 21 5 145 58 39
Octal 362 61 241 0 120 41 5 505 130 71
Binary 11110010 110001 10100001 0 1010000 100001 101 101000101 1011000 111001

Color Harmonies of #F231A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231A1

Black with #F231A1

Text Example


Text Example

White with #F231A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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