Html Css Color HEX #F25093 French Rose

📋 copy color: '#F25093'

red 242 ◦ green 80 ◦ blue 147

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

Shades of French Rose #F25093

Tints of French Rose #F25093

RGB

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

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

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

R = 51.6%
G = 17.06%
B = 31.34%

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

#F25093 (or 0xF25093) is known color: French Rose. HEX triplet: F2, 50 and 93. RGB value is (242,80,147). Sum of RGB (Red+Green+Blue) = 242+80+147=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F25093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25093 is #0DAF6C. Grayscale: #878787. Windows color (decimal): -896877 or 9654514. OLE color: 9654514.

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

Color convert

RGB 242 80 147 -
CMYK 0 0.67 0.39 0.05
HSL 335.19º 0.86% 0.63% -
HSV(B) 335.19º 0.67% 0.95% -
XYZ 44.75 26.72 30.4 -
YUV 136.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 242 80 147 0 0.67 0.39 0.05 335.19 0.86 0.63
Hex F2 50 93 0 43 27 5 14F 56 3F
Octal 362 120 223 0 103 47 5 517 126 77
Binary 11110010 1010000 10010011 0 1000011 100111 101 101001111 1010110 111111

Color Harmonies of #F25093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25093

Black with #F25093

Text Example


Text Example

White with #F25093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25093; }

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

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

background-color css

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

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

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

border-color css

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

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

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