Html Css Color HEX #F625C2 Razzle Dazzle Rose

📋 copy color: '#F625C2'

red 246 ◦ green 37 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F625C2

Tints of Razzle Dazzle Rose #F625C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.67%

R = 51.57%
G = 7.76%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F625C2 (or 0xF625C2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 25 and C2. RGB value is (246,37,194). Sum of RGB (Red+Green+Blue) = 246+37+194=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F625C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F625C2 is #09DA3D. Grayscale: #747474. Windows color (decimal): -645694 or 12723702. OLE color: 12723702.

HSL color Cylindrical-coordinate representation of color #F625C2: hue angle of 314.93º 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 #F625C2 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 37 194 -
CMYK 0 0.85 0.21 0.04
HSL 314.93º 0.92% 0.55% -
HSV(B) 314.93º 0.85% 0.96% -
XYZ 48.41 24.81 53.28 -
YUV 117.39 171.24 219.73 -
System Red Green Blue C M Y K H S L
Decimal 246 37 194 0 0.85 0.21 0.04 314.93 0.92 0.55
Hex F6 25 C2 0 55 15 4 13B 5C 37
Octal 366 45 302 0 125 25 4 473 134 67
Binary 11110110 100101 11000010 0 1010101 10101 100 100111011 1011100 110111

Color Harmonies of #F625C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F625C2

Black with #F625C2

Text Example


Text Example

White with #F625C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F625C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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