Html Css Color HEX #F237AA Persian Rose

📋 copy color: '#F237AA'

red 242 ◦ green 55 ◦ blue 170

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

Shades of Persian Rose #F237AA

Tints of Persian Rose #F237AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 51.82%
G = 11.78%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F237AA (or 0xF237AA) is known color: Persian Rose. HEX triplet: F2, 37 and AA. RGB value is (242,55,170). Sum of RGB (Red+Green+Blue) = 242+55+170=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F237AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F237AA is #0DC855. Grayscale: #7B7B7B. Windows color (decimal): -903254 or 11155442. OLE color: 11155442.

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

Color convert

RGB 242 55 170 -
CMYK 0 0.77 0.30 0.05
HSL 323.1º 0.88% 0.58% -
HSV(B) 323.1º 0.77% 0.95% -
XYZ 45.24 24.51 40.38 -
YUV 124.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 242 55 170 0 0.77 0.30 0.05 323.1 0.88 0.58
Hex F2 37 AA 0 4D 1E 5 143 58 3A
Octal 362 67 252 0 115 36 5 503 130 72
Binary 11110010 110111 10101010 0 1001101 11110 101 101000011 1011000 111010

Color Harmonies of #F237AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F237AA

Black with #F237AA

Text Example


Text Example

White with #F237AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F237AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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