Html Css Color HEX #F23BAE Persian Rose

📋 copy color: '#F23BAE'

red 242 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #F23BAE

Tints of Persian Rose #F23BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.42%

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

R = 50.95%
G = 12.42%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F23BAE (or 0xF23BAE) is known color: Persian Rose. HEX triplet: F2, 3B and AE. RGB value is (242,59,174). Sum of RGB (Red+Green+Blue) = 242+59+174=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23BAE is #0DC451. Grayscale: #7E7E7E. Windows color (decimal): -902226 or 11418610. OLE color: 11418610.

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

Color convert

RGB 242 59 174 -
CMYK 0 0.76 0.28 0.05
HSL 322.3º 0.88% 0.59% -
HSV(B) 322.3º 0.76% 0.95% -
XYZ 45.82 25.06 42.47 -
YUV 126.83 154.63 210.15 -
System Red Green Blue C M Y K H S L
Decimal 242 59 174 0 0.76 0.28 0.05 322.3 0.88 0.59
Hex F2 3B AE 0 4C 1C 5 142 58 3B
Octal 362 73 256 0 114 34 5 502 130 73
Binary 11110010 111011 10101110 0 1001100 11100 101 101000010 1011000 111011

Color Harmonies of #F23BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23BAE

Black with #F23BAE

Text Example


Text Example

White with #F23BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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