Html Css Color HEX #F51BDF Razzle Dazzle Rose

📋 copy color: '#F51BDF'

red 245 ◦ green 27 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F51BDF

Tints of Razzle Dazzle Rose #F51BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 49.49%
G = 5.45%
B = 45.05%

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

#F51BDF (or 0xF51BDF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1B and DF. RGB value is (245,27,223). Sum of RGB (Red+Green+Blue) = 245+27+223=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 27 (10.94% from 255 or 5.45% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BDF is #0AE420. Grayscale: #717171. Windows color (decimal): -713761 or 14621685. OLE color: 14621685.

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

Color convert

RGB 245 27 223 -
CMYK 0 0.89 0.09 0.04
HSL 306.06º 0.92% 0.53% -
HSV(B) 306.06º 0.89% 0.96% -
XYZ 51.37 25.52 72.03 -
YUV 114.53 189.22 221.06 -
System Red Green Blue C M Y K H S L
Decimal 245 27 223 0 0.89 0.09 0.04 306.06 0.92 0.53
Hex F5 1B DF 0 59 9 4 132 5C 35
Octal 365 33 337 0 131 11 4 462 134 65
Binary 11110101 11011 11011111 0 1011001 1001 100 100110010 1011100 110101

Color Harmonies of #F51BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51BDF

Black with #F51BDF

Text Example


Text Example

White with #F51BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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