Html Css Color HEX #F140DD Razzle Dazzle Rose

📋 copy color: '#F140DD'

red 241 ◦ green 64 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F140DD

Tints of Razzle Dazzle Rose #F140DD

RGB

 RED value IS 241 (94.53% from 255) = 45.82%

 GREEN value IS 64 (25.39% from 255) = 12.17%

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

R = 45.82%
G = 12.17%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F140DD (or 0xF140DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and DD. RGB value is (241,64,221). Sum of RGB (Red+Green+Blue) = 241+64+221=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F140DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140DD is #0EBF22. Grayscale: #868686. Windows color (decimal): -966435 or 14500081. OLE color: 14500081.

HSL color Cylindrical-coordinate representation of color #F140DD: hue angle of 306.78º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140DD is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 221 -
CMYK 0 0.73 0.08 0.05
HSL 306.78º 0.86% 0.6% -
HSV(B) 306.78º 0.73% 0.95% -
XYZ 51.16 27.59 71.04 -
YUV 134.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 241 64 221 0 0.73 0.08 0.05 306.78 0.86 0.6
Hex F1 40 DD 0 49 8 5 133 56 3C
Octal 361 100 335 0 111 10 5 463 126 74
Binary 11110001 1000000 11011101 0 1001001 1000 101 100110011 1010110 111100

Color Harmonies of #F140DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140DD

Black with #F140DD

Text Example


Text Example

White with #F140DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140DD; }

 p { color: rgb(241,64,221); }

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

background-color css

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

 a { background-color: rgb(241,64,221); }

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

border-color css

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

 span { border-color: rgb(241,64,221); }

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