Html Css Color HEX #F2558C French Rose

📋 copy color: '#F2558C'

red 242 ◦ green 85 ◦ blue 140

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

Shades of French Rose #F2558C

Tints of French Rose #F2558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.2%

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

R = 51.82%
G = 18.2%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2558C (or 0xF2558C) is known color: French Rose. HEX triplet: F2, 55 and 8C. RGB value is (242,85,140). Sum of RGB (Red+Green+Blue) = 242+85+140=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2558C is #0DAA73. Grayscale: #8A8A8A. Windows color (decimal): -895604 or 9197042. OLE color: 9197042.

HSL color Cylindrical-coordinate representation of color #F2558C: hue angle of 338.98º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2558C is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 85 140 -
CMYK 0 0.65 0.42 0.05
HSL 338.98º 0.86% 0.64% -
HSV(B) 338.98º 0.65% 0.95% -
XYZ 44.6 27.27 27.72 -
YUV 138.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 242 85 140 0 0.65 0.42 0.05 338.98 0.86 0.64
Hex F2 55 8C 0 41 2A 5 153 56 40
Octal 362 125 214 0 101 52 5 523 126 100
Binary 11110010 1010101 10001100 0 1000001 101010 101 101010011 1010110 1000000

Color Harmonies of #F2558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2558C

Black with #F2558C

Text Example


Text Example

White with #F2558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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