Html Css Color HEX #F140C7 Razzle Dazzle Rose

📋 copy color: '#F140C7'

red 241 ◦ green 64 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F140C7

Tints of Razzle Dazzle Rose #F140C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.48%

R = 47.82%
G = 12.7%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F140C7 (or 0xF140C7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and C7. RGB value is (241,64,199). Sum of RGB (Red+Green+Blue) = 241+64+199=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F140C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140C7 is #0EBF38. Grayscale: #838383. Windows color (decimal): -966457 or 13058289. OLE color: 13058289.

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

Color convert

RGB 241 64 199 -
CMYK 0 0.73 0.17 0.05
HSL 314.24º 0.86% 0.6% -
HSV(B) 314.24º 0.73% 0.95% -
XYZ 48.42 26.49 56.59 -
YUV 132.31 165.64 205.52 -
System Red Green Blue C M Y K H S L
Decimal 241 64 199 0 0.73 0.17 0.05 314.24 0.86 0.6
Hex F1 40 C7 0 49 11 5 13A 56 3C
Octal 361 100 307 0 111 21 5 472 126 74
Binary 11110001 1000000 11000111 0 1001001 10001 101 100111010 1010110 111100

Color Harmonies of #F140C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140C7

Black with #F140C7

Text Example


Text Example

White with #F140C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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