Html Css Color HEX #F41BDD Razzle Dazzle Rose

📋 copy color: '#F41BDD'

red 244 ◦ green 27 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F41BDD

Tints of Razzle Dazzle Rose #F41BDD

RGB

 RED value IS 244 (95.7% from 255) = 49.59%

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

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

R = 49.59%
G = 5.49%
B = 44.92%

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

#F41BDD (or 0xF41BDD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1B and DD. RGB value is (244,27,221). Sum of RGB (Red+Green+Blue) = 244+27+221=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 27 (10.94% from 255 or 5.49% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41BDD is #0BE422. Grayscale: #717171. Windows color (decimal): -779299 or 14490612. OLE color: 14490612.

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

Color convert

RGB 244 27 221 -
CMYK 0 0.89 0.09 0.04
HSL 306.36º 0.91% 0.53% -
HSV(B) 306.36º 0.89% 0.96% -
XYZ 50.75 25.24 70.6 -
YUV 114 188.39 220.73 -
System Red Green Blue C M Y K H S L
Decimal 244 27 221 0 0.89 0.09 0.04 306.36 0.91 0.53
Hex F4 1B DD 0 59 9 4 132 5B 35
Octal 364 33 335 0 131 11 4 462 133 65
Binary 11110100 11011 11011101 0 1011001 1001 100 100110010 1011011 110101

Color Harmonies of #F41BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41BDD

Black with #F41BDD

Text Example


Text Example

White with #F41BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41BDD; }

 p { color: rgb(244,27,221); }

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

background-color css

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

 a { background-color: rgb(244,27,221); }

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

border-color css

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

 span { border-color: rgb(244,27,221); }

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