Html Css Color HEX #F51BE0 Razzle Dazzle Rose

📋 copy color: '#F51BE0'

red 245 ◦ green 27 ◦ blue 224

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

Shades of Razzle Dazzle Rose #F51BE0

Tints of Razzle Dazzle Rose #F51BE0

RGB

 RED value IS 245 (96.09% from 255) = 49.4%

 GREEN value IS 27 (10.94% from 255) = 5.44%

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 49.4%
G = 5.44%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F51BE0 (or 0xF51BE0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1B and E0. RGB value is (245,27,224). Sum of RGB (Red+Green+Blue) = 245+27+224=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 27 (10.94% from 255 or 5.44% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BE0 is #0AE41F. Grayscale: #727272. Windows color (decimal): -713760 or 14687221. OLE color: 14687221.

HSL color Cylindrical-coordinate representation of color #F51BE0: hue angle of 305.78º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51BE0 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 27 224 -
CMYK 0 0.89 0.09 0.04
HSL 305.78º 0.92% 0.53% -
HSV(B) 305.78º 0.89% 0.96% -
XYZ 51.5 25.58 72.74 -
YUV 114.64 189.72 220.98 -
System Red Green Blue C M Y K H S L
Decimal 245 27 224 0 0.89 0.09 0.04 305.78 0.92 0.53
Hex F5 1B E0 0 59 9 4 132 5C 35
Octal 365 33 340 0 131 11 4 462 134 65
Binary 11110101 11011 11100000 0 1011001 1001 100 100110010 1011100 110101

Color Harmonies of #F51BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51BE0

Black with #F51BE0

Text Example


Text Example

White with #F51BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51BE0; }

 p { color: rgb(245,27,224); }

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

background-color css

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

 a { background-color: rgb(245,27,224); }

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

border-color css

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

 span { border-color: rgb(245,27,224); }

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