Html Css Color HEX #F2487B French Rose

📋 copy color: '#F2487B'

red 242 ◦ green 72 ◦ blue 123

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

Shades of French Rose #F2487B

Tints of French Rose #F2487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 55.38%
G = 16.48%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2487B (or 0xF2487B) is known color: French Rose. HEX triplet: F2, 48 and 7B. RGB value is (242,72,123). Sum of RGB (Red+Green+Blue) = 242+72+123=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2487B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2487B is #0DB784. Grayscale: #808080. Windows color (decimal): -898949 or 8079602. OLE color: 8079602.

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

Color convert

RGB 242 72 123 -
CMYK 0 0.70 0.49 0.05
HSL 342º 0.87% 0.62% -
HSV(B) 342º 0.7% 0.95% -
XYZ 42.51 24.94 21.31 -
YUV 128.64 124.82 208.85 -
System Red Green Blue C M Y K H S L
Decimal 242 72 123 0 0.70 0.49 0.05 342 0.87 0.62
Hex F2 48 7B 0 46 31 5 156 57 3E
Octal 362 110 173 0 106 61 5 526 127 76
Binary 11110010 1001000 1111011 0 1000110 110001 101 101010110 1010111 111110

Color Harmonies of #F2487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2487B

Black with #F2487B

Text Example


Text Example

White with #F2487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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