Html Css Color HEX #F51BE2 Razzle Dazzle Rose

📋 copy color: '#F51BE2'

red 245 ◦ green 27 ◦ blue 226

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

Shades of Razzle Dazzle Rose #F51BE2

Tints of Razzle Dazzle Rose #F51BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.38%

R = 49.2%
G = 5.42%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F51BE2 (or 0xF51BE2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1B and E2. RGB value is (245,27,226). Sum of RGB (Red+Green+Blue) = 245+27+226=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 27 (10.94% from 255 or 5.42% from 498); Blue value is 226 (88.67% from 255 or 45.38% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BE2 is #0AE41D. Grayscale: #727272. Windows color (decimal): -713758 or 14818293. OLE color: 14818293.

HSL color Cylindrical-coordinate representation of color #F51BE2: hue angle of 305.23º 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 #F51BE2 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 27 226 -
CMYK 0 0.89 0.08 0.04
HSL 305.23º 0.92% 0.53% -
HSV(B) 305.23º 0.89% 0.96% -
XYZ 51.78 25.69 74.18 -
YUV 114.87 190.72 220.82 -
System Red Green Blue C M Y K H S L
Decimal 245 27 226 0 0.89 0.08 0.04 305.23 0.92 0.53
Hex F5 1B E2 0 59 8 4 131 5C 35
Octal 365 33 342 0 131 10 4 461 134 65
Binary 11110101 11011 11100010 0 1011001 1000 100 100110001 1011100 110101

Color Harmonies of #F51BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51BE2

Black with #F51BE2

Text Example


Text Example

White with #F51BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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