Html Css Color HEX #F25083 French Rose

📋 copy color: '#F25083'

red 242 ◦ green 80 ◦ blue 131

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

Shades of French Rose #F25083

Tints of French Rose #F25083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.92%

R = 53.42%
G = 17.66%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F25083 (or 0xF25083) is known color: French Rose. HEX triplet: F2, 50 and 83. RGB value is (242,80,131). Sum of RGB (Red+Green+Blue) = 242+80+131=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F25083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25083 is #0DAF7C. Grayscale: #868686. Windows color (decimal): -896893 or 8605938. OLE color: 8605938.

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

Color convert

RGB 242 80 131 -
CMYK 0 0.67 0.46 0.05
HSL 341.11º 0.86% 0.63% -
HSV(B) 341.11º 0.67% 0.95% -
XYZ 43.58 26.25 24.24 -
YUV 134.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 242 80 131 0 0.67 0.46 0.05 341.11 0.86 0.63
Hex F2 50 83 0 43 2E 5 155 56 3F
Octal 362 120 203 0 103 56 5 525 126 77
Binary 11110010 1010000 10000011 0 1000011 101110 101 101010101 1010110 111111

Color Harmonies of #F25083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25083

Black with #F25083

Text Example


Text Example

White with #F25083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25083; }

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

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

background-color css

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

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

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

border-color css

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

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

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