Html Css Color HEX #F2488C French Rose

📋 copy color: '#F2488C'

red 242 ◦ green 72 ◦ blue 140

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

Shades of French Rose #F2488C

Tints of French Rose #F2488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.86%

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 53.3%
G = 15.86%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2488C (or 0xF2488C) is known color: French Rose. HEX triplet: F2, 48 and 8C. RGB value is (242,72,140). Sum of RGB (Red+Green+Blue) = 242+72+140=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2488C is #0DB773. Grayscale: #828282. Windows color (decimal): -898932 or 9193714. OLE color: 9193714.

HSL color Cylindrical-coordinate representation of color #F2488C: hue angle of 336º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2488C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 72 140 -
CMYK 0 0.70 0.42 0.05
HSL 336º 0.87% 0.62% -
HSV(B) 336º 0.7% 0.95% -
XYZ 43.67 25.41 27.41 -
YUV 130.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 242 72 140 0 0.70 0.42 0.05 336 0.87 0.62
Hex F2 48 8C 0 46 2A 5 150 57 3E
Octal 362 110 214 0 106 52 5 520 127 76
Binary 11110010 1001000 10001100 0 1000110 101010 101 101010000 1010111 111110

Color Harmonies of #F2488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2488C

Black with #F2488C

Text Example


Text Example

White with #F2488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2488C; }

 p { color: rgb(242,72,140); }

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

background-color css

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

 a { background-color: rgb(242,72,140); }

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

border-color css

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

 span { border-color: rgb(242,72,140); }

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