Html Css Color HEX #F140C5 Razzle Dazzle Rose

📋 copy color: '#F140C5'

red 241 ◦ green 64 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F140C5

Tints of Razzle Dazzle Rose #F140C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.24%

R = 48.01%
G = 12.75%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F140C5 (or 0xF140C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and C5. RGB value is (241,64,197). Sum of RGB (Red+Green+Blue) = 241+64+197=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F140C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140C5 is #0EBF3A. Grayscale: #838383. Windows color (decimal): -966459 or 12927217. OLE color: 12927217.

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

Color convert

RGB 241 64 197 -
CMYK 0 0.73 0.18 0.05
HSL 314.92º 0.86% 0.6% -
HSV(B) 314.92º 0.73% 0.95% -
XYZ 48.19 26.4 55.38 -
YUV 132.09 164.64 205.69 -
System Red Green Blue C M Y K H S L
Decimal 241 64 197 0 0.73 0.18 0.05 314.92 0.86 0.6
Hex F1 40 C5 0 49 12 5 13B 56 3C
Octal 361 100 305 0 111 22 5 473 126 74
Binary 11110001 1000000 11000101 0 1001001 10010 101 100111011 1010110 111100

Color Harmonies of #F140C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140C5

Black with #F140C5

Text Example


Text Example

White with #F140C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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