Html Css Color HEX #F061A4 Brilliant Rose

📋 copy color: '#F061A4'

red 240 ◦ green 97 ◦ blue 164

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

Shades of Brilliant Rose #F061A4

Tints of Brilliant Rose #F061A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.73%

R = 47.9%
G = 19.36%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F061A4 (or 0xF061A4) is known color: Brilliant Rose. HEX triplet: F0, 61 and A4. RGB value is (240,97,164). Sum of RGB (Red+Green+Blue) = 240+97+164=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F061A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F061A4 is #0F9E5B. Grayscale: #939393. Windows color (decimal): -1023580 or 10772976. OLE color: 10772976.

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

Color convert

RGB 240 97 164 -
CMYK 0 0.60 0.32 0.06
HSL 331.89º 0.83% 0.66% -
HSV(B) 331.89º 0.6% 0.94% -
XYZ 46.91 29.75 38.39 -
YUV 147.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 240 97 164 0 0.60 0.32 0.06 331.89 0.83 0.66
Hex F0 61 A4 0 3C 20 6 14C 53 42
Octal 360 141 244 0 74 40 6 514 123 102
Binary 11110000 1100001 10100100 0 111100 100000 110 101001100 1010011 1000010

Color Harmonies of #F061A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061A4

Black with #F061A4

Text Example


Text Example

White with #F061A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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