Html Css Color HEX #F031C1 Razzle Dazzle Rose

📋 copy color: '#F031C1'

red 240 ◦ green 49 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F031C1

Tints of Razzle Dazzle Rose #F031C1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.17%

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

R = 49.79%
G = 10.17%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F031C1 (or 0xF031C1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and C1. RGB value is (240,49,193). Sum of RGB (Red+Green+Blue) = 240+49+193=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F031C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031C1 is #0FCE3E. Grayscale: #7A7A7A. Windows color (decimal): -1035839 or 12661232. OLE color: 12661232.

HSL color Cylindrical-coordinate representation of color #F031C1: hue angle of 314.76º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F031C1 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 193 -
CMYK 0 0.80 0.20 0.06
HSL 314.76º 0.86% 0.57% -
HSV(B) 314.76º 0.8% 0.94% -
XYZ 46.66 24.57 52.74 -
YUV 122.53 167.78 211.79 -
System Red Green Blue C M Y K H S L
Decimal 240 49 193 0 0.80 0.20 0.06 314.76 0.86 0.57
Hex F0 31 C1 0 50 14 6 13B 56 39
Octal 360 61 301 0 120 24 6 473 126 71
Binary 11110000 110001 11000001 0 1010000 10100 110 100111011 1010110 111001

Color Harmonies of #F031C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031C1

Black with #F031C1

Text Example


Text Example

White with #F031C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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