Html Css Color HEX #F2488A French Rose

📋 copy color: '#F2488A'

red 242 ◦ green 72 ◦ blue 138

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

Shades of French Rose #F2488A

Tints of French Rose #F2488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 53.54%
G = 15.93%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2488A (or 0xF2488A) is known color: French Rose. HEX triplet: F2, 48 and 8A. RGB value is (242,72,138). Sum of RGB (Red+Green+Blue) = 242+72+138=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2488A is #0DB775. Grayscale: #828282. Windows color (decimal): -898934 or 9062642. OLE color: 9062642.

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

Color convert

RGB 242 72 138 -
CMYK 0 0.70 0.43 0.05
HSL 336.71º 0.87% 0.62% -
HSV(B) 336.71º 0.7% 0.95% -
XYZ 43.52 25.35 26.64 -
YUV 130.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 242 72 138 0 0.70 0.43 0.05 336.71 0.87 0.62
Hex F2 48 8A 0 46 2B 5 151 57 3E
Octal 362 110 212 0 106 53 5 521 127 76
Binary 11110010 1001000 10001010 0 1000110 101011 101 101010001 1010111 111110

Color Harmonies of #F2488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2488A

Black with #F2488A

Text Example


Text Example

White with #F2488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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