Html Css Color HEX #F25193 French Rose

📋 copy color: '#F25193'

red 242 ◦ green 81 ◦ blue 147

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

Shades of French Rose #F25193

Tints of French Rose #F25193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.28%

R = 51.49%
G = 17.23%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F25193 (or 0xF25193) is known color: French Rose. HEX triplet: F2, 51 and 93. RGB value is (242,81,147). Sum of RGB (Red+Green+Blue) = 242+81+147=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F25193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25193 is #0DAE6C. Grayscale: #888888. Windows color (decimal): -896621 or 9654770. OLE color: 9654770.

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

Color convert

RGB 242 81 147 -
CMYK 0 0.67 0.39 0.05
HSL 335.4º 0.86% 0.63% -
HSV(B) 335.4º 0.67% 0.95% -
XYZ 44.83 26.87 30.43 -
YUV 136.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 242 81 147 0 0.67 0.39 0.05 335.4 0.86 0.63
Hex F2 51 93 0 43 27 5 14F 56 3F
Octal 362 121 223 0 103 47 5 517 126 77
Binary 11110010 1010001 10010011 0 1000011 100111 101 101001111 1010110 111111

Color Harmonies of #F25193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25193

Black with #F25193

Text Example


Text Example

White with #F25193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25193; }

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

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

background-color css

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

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

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

border-color css

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

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

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