Html Css Color HEX #F06095 Brilliant Rose

📋 copy color: '#F06095'

red 240 ◦ green 96 ◦ blue 149

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

Shades of Brilliant Rose #F06095

Tints of Brilliant Rose #F06095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.79%

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 49.48%
G = 19.79%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F06095 (or 0xF06095) is known color: Brilliant Rose. HEX triplet: F0, 60 and 95. RGB value is (240,96,149). Sum of RGB (Red+Green+Blue) = 240+96+149=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F06095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06095 is #0F9F6A. Grayscale: #919191. Windows color (decimal): -1023851 or 9789680. OLE color: 9789680.

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

Color convert

RGB 240 96 149 -
CMYK 0 0.6 0.38 0.06
HSL 337.92º 0.83% 0.66% -
HSV(B) 337.92º 0.6% 0.94% -
XYZ 45.54 29.06 31.64 -
YUV 145.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 240 96 149 0 0.6 0.38 0.06 337.92 0.83 0.66
Hex F0 60 95 0 3C 26 6 152 53 42
Octal 360 140 225 0 74 46 6 522 123 102
Binary 11110000 1100000 10010101 0 111100 100110 110 101010010 1010011 1000010

Color Harmonies of #F06095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06095

Black with #F06095

Text Example


Text Example

White with #F06095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06095; }

 p { color: rgb(240,96,149); }

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

background-color css

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

 a { background-color: rgb(240,96,149); }

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

border-color css

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

 span { border-color: rgb(240,96,149); }

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