Html Css Color HEX #F05298 French Rose

📋 copy color: '#F05298'

red 240 ◦ green 82 ◦ blue 152

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

Shades of French Rose #F05298

Tints of French Rose #F05298

RGB

 RED value IS 240 (94.14% from 255) = 50.63%

 GREEN value IS 82 (32.42% from 255) = 17.3%

 BLUE value IS 152 (59.77% from 255) = 32.07%

R = 50.63%
G = 17.3%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F05298 (or 0xF05298) is known color: French Rose. HEX triplet: F0, 52 and 98. RGB value is (240,82,152). Sum of RGB (Red+Green+Blue) = 240+82+152=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F05298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05298 is #0FAD67. Grayscale: #898989. Windows color (decimal): -1027432 or 9982704. OLE color: 9982704.

HSL color Cylindrical-coordinate representation of color #F05298: hue angle of 333.42º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05298 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 82 152 -
CMYK 0 0.66 0.37 0.06
HSL 333.42º 0.84% 0.63% -
HSV(B) 333.42º 0.66% 0.94% -
XYZ 44.62 26.83 32.53 -
YUV 137.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 240 82 152 0 0.66 0.37 0.06 333.42 0.84 0.63
Hex F0 52 98 0 42 25 6 14D 54 3F
Octal 360 122 230 0 102 45 6 515 124 77
Binary 11110000 1010010 10011000 0 1000010 100101 110 101001101 1010100 111111

Color Harmonies of #F05298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05298

Black with #F05298

Text Example


Text Example

White with #F05298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05298; }

 p { color: rgb(240,82,152); }

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

background-color css

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

 a { background-color: rgb(240,82,152); }

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

border-color css

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

 span { border-color: rgb(240,82,152); }

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