Html Css Color HEX #F25190 French Rose

📋 copy color: '#F25190'

red 242 ◦ green 81 ◦ blue 144

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

Shades of French Rose #F25190

Tints of French Rose #F25190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.34%

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

R = 51.82%
G = 17.34%
B = 30.84%

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

#F25190 (or 0xF25190) is known color: French Rose. HEX triplet: F2, 51 and 90. RGB value is (242,81,144). Sum of RGB (Red+Green+Blue) = 242+81+144=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F25190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25190 is #0DAE6F. Grayscale: #888888. Windows color (decimal): -896624 or 9458162. OLE color: 9458162.

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

Color convert

RGB 242 81 144 -
CMYK 0 0.67 0.40 0.05
HSL 336.52º 0.86% 0.63% -
HSV(B) 336.52º 0.67% 0.95% -
XYZ 44.59 26.78 29.2 -
YUV 136.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 242 81 144 0 0.67 0.40 0.05 336.52 0.86 0.63
Hex F2 51 90 0 43 28 5 151 56 3F
Octal 362 121 220 0 103 50 5 521 126 77
Binary 11110010 1010001 10010000 0 1000011 101000 101 101010001 1010110 111111

Color Harmonies of #F25190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25190

Black with #F25190

Text Example


Text Example

White with #F25190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25190; }

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

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

background-color css

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

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

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

border-color css

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

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

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