Html Css Color HEX #F067A0 Brilliant Rose

📋 copy color: '#F067A0'

red 240 ◦ green 103 ◦ blue 160

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

Shades of Brilliant Rose #F067A0

Tints of Brilliant Rose #F067A0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.48%

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

R = 47.71%
G = 20.48%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F067A0 (or 0xF067A0) is known color: Brilliant Rose. HEX triplet: F0, 67 and A0. RGB value is (240,103,160). Sum of RGB (Red+Green+Blue) = 240+103+160=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F067A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F067A0 is #0F985F. Grayscale: #969696. Windows color (decimal): -1022048 or 10512368. OLE color: 10512368.

HSL color Cylindrical-coordinate representation of color #F067A0: hue angle of 335.04º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F067A0 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 160 -
CMYK 0 0.57 0.33 0.06
HSL 335.04º 0.82% 0.67% -
HSV(B) 335.04º 0.57% 0.94% -
XYZ 47.13 30.76 36.71 -
YUV 150.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 240 103 160 0 0.57 0.33 0.06 335.04 0.82 0.67
Hex F0 67 A0 0 39 21 6 14F 52 43
Octal 360 147 240 0 71 41 6 517 122 103
Binary 11110000 1100111 10100000 0 111001 100001 110 101001111 1010010 1000011

Color Harmonies of #F067A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067A0

Black with #F067A0

Text Example


Text Example

White with #F067A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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