Html Css Color HEX #F2508C French Rose

📋 copy color: '#F2508C'

red 242 ◦ green 80 ◦ blue 140

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

Shades of French Rose #F2508C

Tints of French Rose #F2508C

RGB

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

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

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

R = 52.38%
G = 17.32%
B = 30.3%

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

#F2508C (or 0xF2508C) is known color: French Rose. HEX triplet: F2, 50 and 8C. RGB value is (242,80,140). Sum of RGB (Red+Green+Blue) = 242+80+140=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2508C is #0DAF73. Grayscale: #878787. Windows color (decimal): -896884 or 9195762. OLE color: 9195762.

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

Color convert

RGB 242 80 140 -
CMYK 0 0.67 0.42 0.05
HSL 337.78º 0.86% 0.63% -
HSV(B) 337.78º 0.67% 0.95% -
XYZ 44.22 26.51 27.6 -
YUV 135.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 242 80 140 0 0.67 0.42 0.05 337.78 0.86 0.63
Hex F2 50 8C 0 43 2A 5 152 56 3F
Octal 362 120 214 0 103 52 5 522 126 77
Binary 11110010 1010000 10001100 0 1000011 101010 101 101010010 1010110 111111

Color Harmonies of #F2508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2508C

Black with #F2508C

Text Example


Text Example

White with #F2508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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