Html Css Color HEX #F2558A French Rose

📋 copy color: '#F2558A'

red 242 ◦ green 85 ◦ blue 138

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

Shades of French Rose #F2558A

Tints of French Rose #F2558A

RGB

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

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

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

R = 52.04%
G = 18.28%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2558A (or 0xF2558A) is known color: French Rose. HEX triplet: F2, 55 and 8A. RGB value is (242,85,138). Sum of RGB (Red+Green+Blue) = 242+85+138=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2558A is #0DAA75. Grayscale: #898989. Windows color (decimal): -895606 or 9065970. OLE color: 9065970.

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

Color convert

RGB 242 85 138 -
CMYK 0 0.65 0.43 0.05
HSL 339.75º 0.86% 0.64% -
HSV(B) 339.75º 0.65% 0.95% -
XYZ 44.45 27.21 26.95 -
YUV 137.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 242 85 138 0 0.65 0.43 0.05 339.75 0.86 0.64
Hex F2 55 8A 0 41 2B 5 154 56 40
Octal 362 125 212 0 101 53 5 524 126 100
Binary 11110010 1010101 10001010 0 1000001 101011 101 101010100 1010110 1000000

Color Harmonies of #F2558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2558A

Black with #F2558A

Text Example


Text Example

White with #F2558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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