Html Css Color HEX #F061A0 Brilliant Rose

📋 copy color: '#F061A0'

red 240 ◦ green 97 ◦ blue 160

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

Shades of Brilliant Rose #F061A0

Tints of Brilliant Rose #F061A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.52%

 BLUE value IS 160 (62.89% from 255) = 32.19%

R = 48.29%
G = 19.52%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F061A0 (or 0xF061A0) is known color: Brilliant Rose. HEX triplet: F0, 61 and A0. RGB value is (240,97,160). Sum of RGB (Red+Green+Blue) = 240+97+160=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F061A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F061A0 is #0F9E5F. Grayscale: #929292. Windows color (decimal): -1023584 or 10510832. OLE color: 10510832.

HSL color Cylindrical-coordinate representation of color #F061A0: hue angle of 333.57º 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 #F061A0 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 160 -
CMYK 0 0.60 0.33 0.06
HSL 333.57º 0.83% 0.66% -
HSV(B) 333.57º 0.6% 0.94% -
XYZ 46.56 29.61 36.52 -
YUV 146.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 240 97 160 0 0.60 0.33 0.06 333.57 0.83 0.66
Hex F0 61 A0 0 3C 21 6 14E 53 42
Octal 360 141 240 0 74 41 6 516 123 102
Binary 11110000 1100001 10100000 0 111100 100001 110 101001110 1010011 1000010

Color Harmonies of #F061A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061A0

Black with #F061A0

Text Example


Text Example

White with #F061A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061A0; }

 p { color: rgb(240,97,160); }

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

background-color css

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

 a { background-color: rgb(240,97,160); }

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

border-color css

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

 span { border-color: rgb(240,97,160); }

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