Html Css Color HEX #F23CAE Persian Rose

📋 copy color: '#F23CAE'

red 242 ◦ green 60 ◦ blue 174

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

Shades of Persian Rose #F23CAE

Tints of Persian Rose #F23CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.61%

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 50.84%
G = 12.61%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F23CAE (or 0xF23CAE) is known color: Persian Rose. HEX triplet: F2, 3C and AE. RGB value is (242,60,174). Sum of RGB (Red+Green+Blue) = 242+60+174=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23CAE is #0DC351. Grayscale: #7F7F7F. Windows color (decimal): -901970 or 11418866. OLE color: 11418866.

HSL color Cylindrical-coordinate representation of color #F23CAE: hue angle of 322.42º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23CAE is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 60 174 -
CMYK 0 0.75 0.28 0.05
HSL 322.42º 0.88% 0.59% -
HSV(B) 322.42º 0.75% 0.95% -
XYZ 45.87 25.16 42.48 -
YUV 127.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 242 60 174 0 0.75 0.28 0.05 322.42 0.88 0.59
Hex F2 3C AE 0 4B 1C 5 142 58 3B
Octal 362 74 256 0 113 34 5 502 130 73
Binary 11110010 111100 10101110 0 1001011 11100 101 101000010 1011000 111011

Color Harmonies of #F23CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23CAE

Black with #F23CAE

Text Example


Text Example

White with #F23CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23CAE; }

 p { color: rgb(242,60,174); }

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

background-color css

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

 a { background-color: rgb(242,60,174); }

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

border-color css

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

 span { border-color: rgb(242,60,174); }

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