Html Css Color HEX #F23BAC Persian Rose

📋 copy color: '#F23BAC'

red 242 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #F23BAC

Tints of Persian Rose #F23BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 51.16%
G = 12.47%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F23BAC (or 0xF23BAC) is known color: Persian Rose. HEX triplet: F2, 3B and AC. RGB value is (242,59,172). Sum of RGB (Red+Green+Blue) = 242+59+172=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23BAC is #0DC453. Grayscale: #7E7E7E. Windows color (decimal): -902228 or 11287538. OLE color: 11287538.

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

Color convert

RGB 242 59 172 -
CMYK 0 0.76 0.29 0.05
HSL 322.95º 0.88% 0.59% -
HSV(B) 322.95º 0.76% 0.95% -
XYZ 45.63 24.98 41.45 -
YUV 126.6 153.63 210.31 -
System Red Green Blue C M Y K H S L
Decimal 242 59 172 0 0.76 0.29 0.05 322.95 0.88 0.59
Hex F2 3B AC 0 4C 1D 5 143 58 3B
Octal 362 73 254 0 114 35 5 503 130 73
Binary 11110010 111011 10101100 0 1001100 11101 101 101000011 1011000 111011

Color Harmonies of #F23BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23BAC

Black with #F23BAC

Text Example


Text Example

White with #F23BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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