Html Css Color HEX #F141C3 Razzle Dazzle Rose

📋 copy color: '#F141C3'

red 241 ◦ green 65 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F141C3

Tints of Razzle Dazzle Rose #F141C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.92%

R = 48.1%
G = 12.97%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F141C3 (or 0xF141C3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and C3. RGB value is (241,65,195). Sum of RGB (Red+Green+Blue) = 241+65+195=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F141C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141C3 is #0EBE3C. Grayscale: #848484. Windows color (decimal): -966205 or 12796401. OLE color: 12796401.

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

Color convert

RGB 241 65 195 -
CMYK 0 0.73 0.19 0.05
HSL 315.68º 0.86% 0.6% -
HSV(B) 315.68º 0.73% 0.95% -
XYZ 48.02 26.42 54.2 -
YUV 132.44 163.31 205.43 -
System Red Green Blue C M Y K H S L
Decimal 241 65 195 0 0.73 0.19 0.05 315.68 0.86 0.6
Hex F1 41 C3 0 49 13 5 13C 56 3C
Octal 361 101 303 0 111 23 5 474 126 74
Binary 11110001 1000001 11000011 0 1001001 10011 101 100111100 1010110 111100

Color Harmonies of #F141C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141C3

Black with #F141C3

Text Example


Text Example

White with #F141C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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