Html Css Color HEX #F2508D French Rose

📋 copy color: '#F2508D'

red 242 ◦ green 80 ◦ blue 141

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

Shades of French Rose #F2508D

Tints of French Rose #F2508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 52.27%
G = 17.28%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2508D (or 0xF2508D) is known color: French Rose. HEX triplet: F2, 50 and 8D. RGB value is (242,80,141). Sum of RGB (Red+Green+Blue) = 242+80+141=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2508D is #0DAF72. Grayscale: #878787. Windows color (decimal): -896883 or 9261298. OLE color: 9261298.

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

Color convert

RGB 242 80 141 -
CMYK 0 0.67 0.42 0.05
HSL 337.41º 0.86% 0.63% -
HSV(B) 337.41º 0.67% 0.95% -
XYZ 44.29 26.54 27.99 -
YUV 135.39 131.17 204.04 -
System Red Green Blue C M Y K H S L
Decimal 242 80 141 0 0.67 0.42 0.05 337.41 0.86 0.63
Hex F2 50 8D 0 43 2A 5 151 56 3F
Octal 362 120 215 0 103 52 5 521 126 77
Binary 11110010 1010000 10001101 0 1000011 101010 101 101010001 1010110 111111

Color Harmonies of #F2508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2508D

Black with #F2508D

Text Example


Text Example

White with #F2508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2508D; }

 p { color: rgb(242,80,141); }

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

background-color css

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

 a { background-color: rgb(242,80,141); }

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

border-color css

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

 span { border-color: rgb(242,80,141); }

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