Html Css Color HEX #F51CDA Razzle Dazzle Rose

📋 copy color: '#F51CDA'

red 245 ◦ green 28 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F51CDA

Tints of Razzle Dazzle Rose #F51CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 49.9%
G = 5.7%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F51CDA (or 0xF51CDA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and DA. RGB value is (245,28,218). Sum of RGB (Red+Green+Blue) = 245+28+218=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CDA is #0AE325. Grayscale: #727272. Windows color (decimal): -713510 or 14294261. OLE color: 14294261.

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

Color convert

RGB 245 28 218 -
CMYK 0 0.89 0.11 0.04
HSL 307.47º 0.92% 0.54% -
HSV(B) 307.47º 0.89% 0.96% -
XYZ 50.73 25.3 68.54 -
YUV 114.54 186.39 221.05 -
System Red Green Blue C M Y K H S L
Decimal 245 28 218 0 0.89 0.11 0.04 307.47 0.92 0.54
Hex F5 1C DA 0 59 B 4 133 5C 36
Octal 365 34 332 0 131 13 4 463 134 66
Binary 11110101 11100 11011010 0 1011001 1011 100 100110011 1011100 110110

Color Harmonies of #F51CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CDA

Black with #F51CDA

Text Example


Text Example

White with #F51CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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