Html Css Color HEX #F625DC Razzle Dazzle Rose

📋 copy color: '#F625DC'

red 246 ◦ green 37 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F625DC

Tints of Razzle Dazzle Rose #F625DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.36%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 48.91%
G = 7.36%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F625DC (or 0xF625DC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 25 and DC. RGB value is (246,37,220). Sum of RGB (Red+Green+Blue) = 246+37+220=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 37 (14.84% from 255 or 7.36% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F625DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F625DC is #09DA23. Grayscale: #777777. Windows color (decimal): -645668 or 14427638. OLE color: 14427638.

HSL color Cylindrical-coordinate representation of color #F625DC: hue angle of 307.46º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F625DC is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 37 220 -
CMYK 0 0.85 0.11 0.04
HSL 307.46º 0.92% 0.55% -
HSV(B) 307.46º 0.85% 0.96% -
XYZ 51.59 26.08 70.03 -
YUV 120.35 184.24 217.62 -
System Red Green Blue C M Y K H S L
Decimal 246 37 220 0 0.85 0.11 0.04 307.46 0.92 0.55
Hex F6 25 DC 0 55 B 4 133 5C 37
Octal 366 45 334 0 125 13 4 463 134 67
Binary 11110110 100101 11011100 0 1010101 1011 100 100110011 1011100 110111

Color Harmonies of #F625DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F625DC

Black with #F625DC

Text Example


Text Example

White with #F625DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F625DC; }

 p { color: rgb(246,37,220); }

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

background-color css

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

 a { background-color: rgb(246,37,220); }

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

border-color css

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

 span { border-color: rgb(246,37,220); }

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