Html Css Color HEX #F141DF Razzle Dazzle Rose

📋 copy color: '#F141DF'

red 241 ◦ green 65 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F141DF

Tints of Razzle Dazzle Rose #F141DF

RGB

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

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

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

R = 45.56%
G = 12.29%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F141DF (or 0xF141DF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and DF. RGB value is (241,65,223). Sum of RGB (Red+Green+Blue) = 241+65+223=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F141DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141DF is #0EBE20. Grayscale: #878787. Windows color (decimal): -966177 or 14631409. OLE color: 14631409.

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

Color convert

RGB 241 65 223 -
CMYK 0 0.73 0.07 0.05
HSL 306.14º 0.86% 0.6% -
HSV(B) 306.14º 0.73% 0.95% -
XYZ 51.49 27.81 72.47 -
YUV 135.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 241 65 223 0 0.73 0.07 0.05 306.14 0.86 0.6
Hex F1 41 DF 0 49 7 5 132 56 3C
Octal 361 101 337 0 111 7 5 462 126 74
Binary 11110001 1000001 11011111 0 1001001 111 101 100110010 1010110 111100

Color Harmonies of #F141DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141DF

Black with #F141DF

Text Example


Text Example

White with #F141DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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