Html Css Color HEX #F25090 French Rose

📋 copy color: '#F25090'

red 242 ◦ green 80 ◦ blue 144

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

Shades of French Rose #F25090

Tints of French Rose #F25090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 51.93%
G = 17.17%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25090 (or 0xF25090) is known color: French Rose. HEX triplet: F2, 50 and 90. RGB value is (242,80,144). Sum of RGB (Red+Green+Blue) = 242+80+144=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F25090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25090 is #0DAF6F. Grayscale: #878787. Windows color (decimal): -896880 or 9457906. OLE color: 9457906.

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

Color convert

RGB 242 80 144 -
CMYK 0 0.67 0.40 0.05
HSL 336.3º 0.86% 0.63% -
HSV(B) 336.3º 0.67% 0.95% -
XYZ 44.52 26.63 29.18 -
YUV 135.73 132.67 203.8 -
System Red Green Blue C M Y K H S L
Decimal 242 80 144 0 0.67 0.40 0.05 336.3 0.86 0.63
Hex F2 50 90 0 43 28 5 150 56 3F
Octal 362 120 220 0 103 50 5 520 126 77
Binary 11110010 1010000 10010000 0 1000011 101000 101 101010000 1010110 111111

Color Harmonies of #F25090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25090

Black with #F25090

Text Example


Text Example

White with #F25090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25090; }

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

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

background-color css

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

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

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

border-color css

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

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

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