Html Css Color HEX #F237A8 Persian Rose

📋 copy color: '#F237A8'

red 242 ◦ green 55 ◦ blue 168

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

Shades of Persian Rose #F237A8

Tints of Persian Rose #F237A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.13%

R = 52.04%
G = 11.83%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F237A8 (or 0xF237A8) is known color: Persian Rose. HEX triplet: F2, 37 and A8. RGB value is (242,55,168). Sum of RGB (Red+Green+Blue) = 242+55+168=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F237A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F237A8 is #0DC857. Grayscale: #7B7B7B. Windows color (decimal): -903256 or 11024370. OLE color: 11024370.

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

Color convert

RGB 242 55 168 -
CMYK 0 0.77 0.31 0.05
HSL 323.74º 0.88% 0.58% -
HSV(B) 323.74º 0.77% 0.95% -
XYZ 45.05 24.44 39.39 -
YUV 123.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 242 55 168 0 0.77 0.31 0.05 323.74 0.88 0.58
Hex F2 37 A8 0 4D 1F 5 144 58 3A
Octal 362 67 250 0 115 37 5 504 130 72
Binary 11110010 110111 10101000 0 1001101 11111 101 101000100 1011000 111010

Color Harmonies of #F237A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F237A8

Black with #F237A8

Text Example


Text Example

White with #F237A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F237A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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