Html Css Color HEX #F05398 French Rose

📋 copy color: '#F05398'

red 240 ◦ green 83 ◦ blue 152

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

Shades of French Rose #F05398

Tints of French Rose #F05398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.47%

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

R = 50.53%
G = 17.47%
B = 32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F05398 (or 0xF05398) is known color: French Rose. HEX triplet: F0, 53 and 98. RGB value is (240,83,152). Sum of RGB (Red+Green+Blue) = 240+83+152=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F05398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05398 is #0FAC67. Grayscale: #898989. Windows color (decimal): -1027176 or 9982960. OLE color: 9982960.

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

Color convert

RGB 240 83 152 -
CMYK 0 0.65 0.37 0.06
HSL 333.63º 0.84% 0.63% -
HSV(B) 333.63º 0.65% 0.94% -
XYZ 44.7 26.98 32.56 -
YUV 137.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 240 83 152 0 0.65 0.37 0.06 333.63 0.84 0.63
Hex F0 53 98 0 41 25 6 14E 54 3F
Octal 360 123 230 0 101 45 6 516 124 77
Binary 11110000 1010011 10011000 0 1000001 100101 110 101001110 1010100 111111

Color Harmonies of #F05398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05398

Black with #F05398

Text Example


Text Example

White with #F05398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05398; }

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

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

background-color css

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

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

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

border-color css

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

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

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