Html Css Color HEX #F23BAF Persian Rose

📋 copy color: '#F23BAF'

red 242 ◦ green 59 ◦ blue 175

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

Shades of Persian Rose #F23BAF

Tints of Persian Rose #F23BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 50.84%
G = 12.39%
B = 36.76%

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

#F23BAF (or 0xF23BAF) is known color: Persian Rose. HEX triplet: F2, 3B and AF. RGB value is (242,59,175). Sum of RGB (Red+Green+Blue) = 242+59+175=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23BAF is #0DC450. Grayscale: #7E7E7E. Windows color (decimal): -902225 or 11484146. OLE color: 11484146.

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

Color convert

RGB 242 59 175 -
CMYK 0 0.76 0.28 0.05
HSL 321.97º 0.88% 0.59% -
HSV(B) 321.97º 0.76% 0.95% -
XYZ 45.92 25.1 42.98 -
YUV 126.94 155.13 210.07 -
System Red Green Blue C M Y K H S L
Decimal 242 59 175 0 0.76 0.28 0.05 321.97 0.88 0.59
Hex F2 3B AF 0 4C 1C 5 142 58 3B
Octal 362 73 257 0 114 34 5 502 130 73
Binary 11110010 111011 10101111 0 1001100 11100 101 101000010 1011000 111011

Color Harmonies of #F23BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23BAF

Black with #F23BAF

Text Example


Text Example

White with #F23BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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