Html Css Color HEX #F04FC1 Razzle Dazzle Rose

📋 copy color: '#F04FC1'

red 240 ◦ green 79 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F04FC1

Tints of Razzle Dazzle Rose #F04FC1

RGB

 RED value IS 240 (94.14% from 255) = 46.88%

 GREEN value IS 79 (31.25% from 255) = 15.43%

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 46.88%
G = 15.43%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F04FC1 (or 0xF04FC1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4F and C1. RGB value is (240,79,193). Sum of RGB (Red+Green+Blue) = 240+79+193=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FC1 is #0FB03E. Grayscale: #8B8B8B. Windows color (decimal): -1028159 or 12668912. OLE color: 12668912.

HSL color Cylindrical-coordinate representation of color #F04FC1: hue angle of 317.52º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04FC1 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 193 -
CMYK 0 0.67 0.20 0.06
HSL 317.52º 0.84% 0.63% -
HSV(B) 317.52º 0.67% 0.94% -
XYZ 48.36 27.97 53.3 -
YUV 140.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 240 79 193 0 0.67 0.20 0.06 317.52 0.84 0.63
Hex F0 4F C1 0 43 14 6 13E 54 3F
Octal 360 117 301 0 103 24 6 476 124 77
Binary 11110000 1001111 11000001 0 1000011 10100 110 100111110 1010100 111111

Color Harmonies of #F04FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FC1

Black with #F04FC1

Text Example


Text Example

White with #F04FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FC1; }

 p { color: rgb(240,79,193); }

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

background-color css

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

 a { background-color: rgb(240,79,193); }

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

border-color css

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

 span { border-color: rgb(240,79,193); }

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