Html Css Color HEX #F067A2 Brilliant Rose

📋 copy color: '#F067A2'

red 240 ◦ green 103 ◦ blue 162

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

Shades of Brilliant Rose #F067A2

Tints of Brilliant Rose #F067A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 47.52%
G = 20.4%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F067A2 (or 0xF067A2) is known color: Brilliant Rose. HEX triplet: F0, 67 and A2. RGB value is (240,103,162). Sum of RGB (Red+Green+Blue) = 240+103+162=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F067A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F067A2 is #0F985D. Grayscale: #969696. Windows color (decimal): -1022046 or 10643440. OLE color: 10643440.

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

Color convert

RGB 240 103 162 -
CMYK 0 0.57 0.32 0.06
HSL 334.16º 0.82% 0.67% -
HSV(B) 334.16º 0.57% 0.94% -
XYZ 47.31 30.83 37.64 -
YUV 150.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 240 103 162 0 0.57 0.32 0.06 334.16 0.82 0.67
Hex F0 67 A2 0 39 20 6 14E 52 43
Octal 360 147 242 0 71 40 6 516 122 103
Binary 11110000 1100111 10100010 0 111001 100000 110 101001110 1010010 1000011

Color Harmonies of #F067A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067A2

Black with #F067A2

Text Example


Text Example

White with #F067A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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