Html Css Color HEX #F2558E French Rose

📋 copy color: '#F2558E'

red 242 ◦ green 85 ◦ blue 142

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

Shades of French Rose #F2558E

Tints of French Rose #F2558E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 51.6%
G = 18.12%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2558E (or 0xF2558E) is known color: French Rose. HEX triplet: F2, 55 and 8E. RGB value is (242,85,142). Sum of RGB (Red+Green+Blue) = 242+85+142=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2558E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2558E is #0DAA71. Grayscale: #8A8A8A. Windows color (decimal): -895602 or 9328114. OLE color: 9328114.

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

Color convert

RGB 242 85 142 -
CMYK 0 0.65 0.41 0.05
HSL 338.22º 0.86% 0.64% -
HSV(B) 338.22º 0.65% 0.95% -
XYZ 44.75 27.33 28.51 -
YUV 138.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 242 85 142 0 0.65 0.41 0.05 338.22 0.86 0.64
Hex F2 55 8E 0 41 29 5 152 56 40
Octal 362 125 216 0 101 51 5 522 126 100
Binary 11110010 1010101 10001110 0 1000001 101001 101 101010010 1010110 1000000

Color Harmonies of #F2558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2558E

Black with #F2558E

Text Example


Text Example

White with #F2558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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