Html Css Color HEX #F06298 Brilliant Rose

📋 copy color: '#F06298'

red 240 ◦ green 98 ◦ blue 152

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

Shades of Brilliant Rose #F06298

Tints of Brilliant Rose #F06298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20%

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

R = 48.98%
G = 20%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F06298 (or 0xF06298) is known color: Brilliant Rose. HEX triplet: F0, 62 and 98. RGB value is (240,98,152). Sum of RGB (Red+Green+Blue) = 240+98+152=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F06298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06298 is #0F9D67. Grayscale: #929292. Windows color (decimal): -1023336 or 9986800. OLE color: 9986800.

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

Color convert

RGB 240 98 152 -
CMYK 0 0.59 0.37 0.06
HSL 337.18º 0.83% 0.66% -
HSV(B) 337.18º 0.59% 0.94% -
XYZ 45.97 29.53 32.98 -
YUV 146.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 240 98 152 0 0.59 0.37 0.06 337.18 0.83 0.66
Hex F0 62 98 0 3B 25 6 151 53 42
Octal 360 142 230 0 73 45 6 521 123 102
Binary 11110000 1100010 10011000 0 111011 100101 110 101010001 1010011 1000010

Color Harmonies of #F06298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06298

Black with #F06298

Text Example


Text Example

White with #F06298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06298; }

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

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

background-color css

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

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

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

border-color css

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

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

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