Html Css Color HEX #F141CE Razzle Dazzle Rose

📋 copy color: '#F141CE'

red 241 ◦ green 65 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F141CE

Tints of Razzle Dazzle Rose #F141CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 47.07%
G = 12.7%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F141CE (or 0xF141CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and CE. RGB value is (241,65,206). Sum of RGB (Red+Green+Blue) = 241+65+206=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F141CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141CE is #0EBE31. Grayscale: #858585. Windows color (decimal): -966194 or 13517297. OLE color: 13517297.

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

Color convert

RGB 241 65 206 -
CMYK 0 0.73 0.15 0.05
HSL 311.93º 0.86% 0.6% -
HSV(B) 311.93º 0.73% 0.95% -
XYZ 49.31 26.94 60.99 -
YUV 133.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 241 65 206 0 0.73 0.15 0.05 311.93 0.86 0.6
Hex F1 41 CE 0 49 F 5 138 56 3C
Octal 361 101 316 0 111 17 5 470 126 74
Binary 11110001 1000001 11001110 0 1001001 1111 101 100111000 1010110 111100

Color Harmonies of #F141CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141CE

Black with #F141CE

Text Example


Text Example

White with #F141CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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