Html Css Color HEX #F23BA9 Persian Rose

📋 copy color: '#F23BA9'

red 242 ◦ green 59 ◦ blue 169

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

Shades of Persian Rose #F23BA9

Tints of Persian Rose #F23BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.96%

R = 51.49%
G = 12.55%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F23BA9 (or 0xF23BA9) is known color: Persian Rose. HEX triplet: F2, 3B and A9. RGB value is (242,59,169). Sum of RGB (Red+Green+Blue) = 242+59+169=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23BA9 is #0DC456. Grayscale: #7E7E7E. Windows color (decimal): -902231 or 11090930. OLE color: 11090930.

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

Color convert

RGB 242 59 169 -
CMYK 0 0.76 0.30 0.05
HSL 323.93º 0.88% 0.59% -
HSV(B) 323.93º 0.76% 0.95% -
XYZ 45.34 24.87 39.95 -
YUV 126.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 242 59 169 0 0.76 0.30 0.05 323.93 0.88 0.59
Hex F2 3B A9 0 4C 1E 5 144 58 3B
Octal 362 73 251 0 114 36 5 504 130 73
Binary 11110010 111011 10101001 0 1001100 11110 101 101000100 1011000 111011

Color Harmonies of #F23BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23BA9

Black with #F23BA9

Text Example


Text Example

White with #F23BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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