Html Css Color HEX #F141DD Razzle Dazzle Rose

📋 copy color: '#F141DD'

red 241 ◦ green 65 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F141DD

Tints of Razzle Dazzle Rose #F141DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.33%

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

R = 45.73%
G = 12.33%
B = 41.94%

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

#F141DD (or 0xF141DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and DD. RGB value is (241,65,221). Sum of RGB (Red+Green+Blue) = 241+65+221=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F141DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141DD is #0EBE22. Grayscale: #868686. Windows color (decimal): -966179 or 14500337. OLE color: 14500337.

HSL color Cylindrical-coordinate representation of color #F141DD: hue angle of 306.82º 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 #F141DD is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 65 221 -
CMYK 0 0.73 0.08 0.05
HSL 306.82º 0.86% 0.6% -
HSV(B) 306.82º 0.73% 0.95% -
XYZ 51.22 27.7 71.05 -
YUV 135.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 241 65 221 0 0.73 0.08 0.05 306.82 0.86 0.6
Hex F1 41 DD 0 49 8 5 133 56 3C
Octal 361 101 335 0 111 10 5 463 126 74
Binary 11110001 1000001 11011101 0 1001001 1000 101 100110011 1010110 111100

Color Harmonies of #F141DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141DD

Black with #F141DD

Text Example


Text Example

White with #F141DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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