Html Css Color HEX #F050A0 Brilliant Rose

📋 copy color: '#F050A0'

red 240 ◦ green 80 ◦ blue 160

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

Shades of Brilliant Rose #F050A0

Tints of Brilliant Rose #F050A0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

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

R = 50%
G = 16.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F050A0 (or 0xF050A0) is known color: Brilliant Rose. HEX triplet: F0, 50 and A0. RGB value is (240,80,160). Sum of RGB (Red+Green+Blue) = 240+80+160=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F050A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F050A0 is #0FAF5F. Grayscale: #888888. Windows color (decimal): -1027936 or 10506480. OLE color: 10506480.

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

Color convert

RGB 240 80 160 -
CMYK 0 0.67 0.33 0.06
HSL 330º 0.84% 0.63% -
HSV(B) 330º 0.67% 0.94% -
XYZ 45.15 26.8 36.05 -
YUV 136.96 141.01 201.5 -
System Red Green Blue C M Y K H S L
Decimal 240 80 160 0 0.67 0.33 0.06 330 0.84 0.63
Hex F0 50 A0 0 43 21 6 14A 54 3F
Octal 360 120 240 0 103 41 6 512 124 77
Binary 11110000 1010000 10100000 0 1000011 100001 110 101001010 1010100 111111

Color Harmonies of #F050A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050A0

Black with #F050A0

Text Example


Text Example

White with #F050A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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