Html Css Color HEX #F237AC Persian Rose

📋 copy color: '#F237AC'

red 242 ◦ green 55 ◦ blue 172

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

Shades of Persian Rose #F237AC

Tints of Persian Rose #F237AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.73%

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

R = 51.6%
G = 11.73%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F237AC (or 0xF237AC) is known color: Persian Rose. HEX triplet: F2, 37 and AC. RGB value is (242,55,172). Sum of RGB (Red+Green+Blue) = 242+55+172=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F237AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F237AC is #0DC853. Grayscale: #7B7B7B. Windows color (decimal): -903252 or 11286514. OLE color: 11286514.

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

Color convert

RGB 242 55 172 -
CMYK 0 0.77 0.29 0.05
HSL 322.46º 0.88% 0.58% -
HSV(B) 322.46º 0.77% 0.95% -
XYZ 45.43 24.59 41.38 -
YUV 124.25 154.95 211.99 -
System Red Green Blue C M Y K H S L
Decimal 242 55 172 0 0.77 0.29 0.05 322.46 0.88 0.58
Hex F2 37 AC 0 4D 1D 5 142 58 3A
Octal 362 67 254 0 115 35 5 502 130 72
Binary 11110010 110111 10101100 0 1001101 11101 101 101000010 1011000 111010

Color Harmonies of #F237AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F237AC

Black with #F237AC

Text Example


Text Example

White with #F237AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F237AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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