Html Css Color HEX #F51EDD Razzle Dazzle Rose

📋 copy color: '#F51EDD'

red 245 ◦ green 30 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F51EDD

Tints of Razzle Dazzle Rose #F51EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.05%

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 49.4%
G = 6.05%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F51EDD (or 0xF51EDD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1E and DD. RGB value is (245,30,221). Sum of RGB (Red+Green+Blue) = 245+30+221=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51EDD is #0AE122. Grayscale: #737373. Windows color (decimal): -712995 or 14491381. OLE color: 14491381.

HSL color Cylindrical-coordinate representation of color #F51EDD: hue angle of 306.7º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EDD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 30 221 -
CMYK 0 0.88 0.10 0.04
HSL 306.7º 0.91% 0.54% -
HSV(B) 306.7º 0.88% 0.96% -
XYZ 51.17 25.56 70.64 -
YUV 116.06 187.23 219.97 -
System Red Green Blue C M Y K H S L
Decimal 245 30 221 0 0.88 0.10 0.04 306.7 0.91 0.54
Hex F5 1E DD 0 58 A 4 133 5B 36
Octal 365 36 335 0 130 12 4 463 133 66
Binary 11110101 11110 11011101 0 1011000 1010 100 100110011 1011011 110110

Color Harmonies of #F51EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51EDD

Black with #F51EDD

Text Example


Text Example

White with #F51EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51EDD; }

 p { color: rgb(245,30,221); }

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

background-color css

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

 a { background-color: rgb(245,30,221); }

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

border-color css

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

 span { border-color: rgb(245,30,221); }

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