Html Css Color HEX #F625ED Razzle Dazzle Rose

📋 copy color: '#F625ED'

red 246 ◦ green 37 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F625ED

Tints of Razzle Dazzle Rose #F625ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 47.31%
G = 7.12%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F625ED (or 0xF625ED) is known color: Razzle Dazzle Rose. HEX triplet: F6, 25 and ED. RGB value is (246,37,237). Sum of RGB (Red+Green+Blue) = 246+37+237=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 37 (14.84% from 255 or 7.12% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F625ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F625ED is #09DA12. Grayscale: #797979. Windows color (decimal): -645651 or 15541750. OLE color: 15541750.

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

Color convert

RGB 246 37 237 -
CMYK 0 0.85 0.04 0.04
HSL 302.58º 0.92% 0.55% -
HSV(B) 302.58º 0.85% 0.96% -
XYZ 53.95 27.03 82.49 -
YUV 122.29 192.74 216.24 -
System Red Green Blue C M Y K H S L
Decimal 246 37 237 0 0.85 0.04 0.04 302.58 0.92 0.55
Hex F6 25 ED 0 55 4 4 12F 5C 37
Octal 366 45 355 0 125 4 4 457 134 67
Binary 11110110 100101 11101101 0 1010101 100 100 100101111 1011100 110111

Color Harmonies of #F625ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F625ED

Black with #F625ED

Text Example


Text Example

White with #F625ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F625ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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