Html Css Color HEX #F51CDE Razzle Dazzle Rose

📋 copy color: '#F51CDE'

red 245 ◦ green 28 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F51CDE

Tints of Razzle Dazzle Rose #F51CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.66%

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 49.49%
G = 5.66%
B = 44.85%

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

#F51CDE (or 0xF51CDE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and DE. RGB value is (245,28,222). Sum of RGB (Red+Green+Blue) = 245+28+222=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CDE is #0AE321. Grayscale: #727272. Windows color (decimal): -713506 or 14556405. OLE color: 14556405.

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

Color convert

RGB 245 28 222 -
CMYK 0 0.89 0.09 0.04
HSL 306.36º 0.92% 0.54% -
HSV(B) 306.36º 0.89% 0.96% -
XYZ 51.26 25.52 71.33 -
YUV 115 188.39 220.73 -
System Red Green Blue C M Y K H S L
Decimal 245 28 222 0 0.89 0.09 0.04 306.36 0.92 0.54
Hex F5 1C DE 0 59 9 4 132 5C 36
Octal 365 34 336 0 131 11 4 462 134 66
Binary 11110101 11100 11011110 0 1011001 1001 100 100110010 1011100 110110

Color Harmonies of #F51CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CDE

Black with #F51CDE

Text Example


Text Example

White with #F51CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CDE; }

 p { color: rgb(245,28,222); }

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

background-color css

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

 a { background-color: rgb(245,28,222); }

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

border-color css

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

 span { border-color: rgb(245,28,222); }

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