Html Css Color HEX #F631CC Razzle Dazzle Rose

📋 copy color: '#F631CC'

red 246 ◦ green 49 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F631CC

Tints of Razzle Dazzle Rose #F631CC

RGB

 RED value IS 246 (96.48% from 255) = 49.3%

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 49.3%
G = 9.82%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F631CC (or 0xF631CC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 31 and CC. RGB value is (246,49,204). Sum of RGB (Red+Green+Blue) = 246+49+204=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F631CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F631CC is #09CE33. Grayscale: #7D7D7D. Windows color (decimal): -642612 or 13382134. OLE color: 13382134.

HSL color Cylindrical-coordinate representation of color #F631CC: hue angle of 312.79º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F631CC is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 49 204 -
CMYK 0 0.80 0.17 0.04
HSL 312.79º 0.92% 0.58% -
HSV(B) 312.79º 0.8% 0.96% -
XYZ 50 26.15 59.54 -
YUV 125.57 172.27 213.9 -
System Red Green Blue C M Y K H S L
Decimal 246 49 204 0 0.80 0.17 0.04 312.79 0.92 0.58
Hex F6 31 CC 0 50 11 4 139 5C 3A
Octal 366 61 314 0 120 21 4 471 134 72
Binary 11110110 110001 11001100 0 1010000 10001 100 100111001 1011100 111010

Color Harmonies of #F631CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F631CC

Black with #F631CC

Text Example


Text Example

White with #F631CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F631CC; }

 p { color: rgb(246,49,204); }

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

background-color css

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

 a { background-color: rgb(246,49,204); }

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

border-color css

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

 span { border-color: rgb(246,49,204); }

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