Html Css Color HEX #F063A0 Brilliant Rose

📋 copy color: '#F063A0'

red 240 ◦ green 99 ◦ blue 160

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

Shades of Brilliant Rose #F063A0

Tints of Brilliant Rose #F063A0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.84%

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

R = 48.1%
G = 19.84%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F063A0 (or 0xF063A0) is known color: Brilliant Rose. HEX triplet: F0, 63 and A0. RGB value is (240,99,160). Sum of RGB (Red+Green+Blue) = 240+99+160=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F063A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063A0 is #0F9C5F. Grayscale: #949494. Windows color (decimal): -1023072 or 10511344. OLE color: 10511344.

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

Color convert

RGB 240 99 160 -
CMYK 0 0.59 0.33 0.06
HSL 334.04º 0.82% 0.66% -
HSV(B) 334.04º 0.59% 0.94% -
XYZ 46.74 29.99 36.58 -
YUV 148.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 240 99 160 0 0.59 0.33 0.06 334.04 0.82 0.66
Hex F0 63 A0 0 3B 21 6 14E 52 42
Octal 360 143 240 0 73 41 6 516 122 102
Binary 11110000 1100011 10100000 0 111011 100001 110 101001110 1010010 1000010

Color Harmonies of #F063A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063A0

Black with #F063A0

Text Example


Text Example

White with #F063A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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