Html Css Color HEX #F053A7 Brilliant Rose

📋 copy color: '#F053A7'

red 240 ◦ green 83 ◦ blue 167

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

Shades of Brilliant Rose #F053A7

Tints of Brilliant Rose #F053A7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.94%

 BLUE value IS 167 (65.63% from 255) = 34.08%

R = 48.98%
G = 16.94%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F053A7 (or 0xF053A7) is known color: Brilliant Rose. HEX triplet: F0, 53 and A7. RGB value is (240,83,167). Sum of RGB (Red+Green+Blue) = 240+83+167=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F053A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F053A7 is #0FAC58. Grayscale: #8B8B8B. Windows color (decimal): -1027161 or 10966000. OLE color: 10966000.

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

Color convert

RGB 240 83 167 -
CMYK 0 0.65 0.30 0.06
HSL 327.9º 0.84% 0.63% -
HSV(B) 327.9º 0.65% 0.94% -
XYZ 46 27.5 39.44 -
YUV 139.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 240 83 167 0 0.65 0.30 0.06 327.9 0.84 0.63
Hex F0 53 A7 0 41 1E 6 148 54 3F
Octal 360 123 247 0 101 36 6 510 124 77
Binary 11110000 1010011 10100111 0 1000001 11110 110 101001000 1010100 111111

Color Harmonies of #F053A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053A7

Black with #F053A7

Text Example


Text Example

White with #F053A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053A7; }

 p { color: rgb(240,83,167); }

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

background-color css

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

 a { background-color: rgb(240,83,167); }

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

border-color css

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

 span { border-color: rgb(240,83,167); }

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