Html Css Color HEX #F2578B French Rose

📋 copy color: '#F2578B'

red 242 ◦ green 87 ◦ blue 139

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

Shades of French Rose #F2578B

Tints of French Rose #F2578B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.59%

 BLUE value IS 139 (54.69% from 255) = 29.7%

R = 51.71%
G = 18.59%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2578B (or 0xF2578B) is known color: French Rose. HEX triplet: F2, 57 and 8B. RGB value is (242,87,139). Sum of RGB (Red+Green+Blue) = 242+87+139=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2578B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2578B is #0DA874. Grayscale: #8B8B8B. Windows color (decimal): -895093 or 9132018. OLE color: 9132018.

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

Color convert

RGB 242 87 139 -
CMYK 0 0.64 0.43 0.05
HSL 339.87º 0.86% 0.65% -
HSV(B) 339.87º 0.64% 0.95% -
XYZ 44.69 27.56 27.39 -
YUV 139.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 242 87 139 0 0.64 0.43 0.05 339.87 0.86 0.65
Hex F2 57 8B 0 40 2B 5 154 56 41
Octal 362 127 213 0 100 53 5 524 126 101
Binary 11110010 1010111 10001011 0 1000000 101011 101 101010100 1010110 1000001

Color Harmonies of #F2578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2578B

Black with #F2578B

Text Example


Text Example

White with #F2578B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2578B; }

 p { color: rgb(242,87,139); }

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

background-color css

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

 a { background-color: rgb(242,87,139); }

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

border-color css

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

 span { border-color: rgb(242,87,139); }

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