Html Css Color HEX #F140C8 Razzle Dazzle Rose

📋 copy color: '#F140C8'

red 241 ◦ green 64 ◦ blue 200

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

Shades of Razzle Dazzle Rose #F140C8

Tints of Razzle Dazzle Rose #F140C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.6%

R = 47.72%
G = 12.67%
B = 39.6%

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

#F140C8 (or 0xF140C8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and C8. RGB value is (241,64,200). Sum of RGB (Red+Green+Blue) = 241+64+200=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F140C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140C8 is #0EBF37. Grayscale: #848484. Windows color (decimal): -966456 or 13123825. OLE color: 13123825.

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

Color convert

RGB 241 64 200 -
CMYK 0 0.73 0.17 0.05
HSL 313.9º 0.86% 0.6% -
HSV(B) 313.9º 0.73% 0.95% -
XYZ 48.53 26.54 57.21 -
YUV 132.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 241 64 200 0 0.73 0.17 0.05 313.9 0.86 0.6
Hex F1 40 C8 0 49 11 5 13A 56 3C
Octal 361 100 310 0 111 21 5 472 126 74
Binary 11110001 1000000 11001000 0 1001001 10001 101 100111010 1010110 111100

Color Harmonies of #F140C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140C8

Black with #F140C8

Text Example


Text Example

White with #F140C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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