Html Css Color HEX #F05598 Brilliant Rose

📋 copy color: '#F05598'

red 240 ◦ green 85 ◦ blue 152

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

Shades of Brilliant Rose #F05598

Tints of Brilliant Rose #F05598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.82%

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

R = 50.31%
G = 17.82%
B = 31.87%

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

#F05598 (or 0xF05598) is known color: Brilliant Rose. HEX triplet: F0, 55 and 98. RGB value is (240,85,152). Sum of RGB (Red+Green+Blue) = 240+85+152=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F05598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05598 is #0FAA67. Grayscale: #8A8A8A. Windows color (decimal): -1026664 or 9983472. OLE color: 9983472.

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

Color convert

RGB 240 85 152 -
CMYK 0 0.65 0.37 0.06
HSL 334.06º 0.84% 0.64% -
HSV(B) 334.06º 0.65% 0.94% -
XYZ 44.85 27.29 32.61 -
YUV 138.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 240 85 152 0 0.65 0.37 0.06 334.06 0.84 0.64
Hex F0 55 98 0 41 25 6 14E 54 40
Octal 360 125 230 0 101 45 6 516 124 100
Binary 11110000 1010101 10011000 0 1000001 100101 110 101001110 1010100 1000000

Color Harmonies of #F05598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05598

Black with #F05598

Text Example


Text Example

White with #F05598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05598; }

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

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

background-color css

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

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

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

border-color css

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

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

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