Html Css Color HEX #F425ED Razzle Dazzle Rose

📋 copy color: '#F425ED'

red 244 ◦ green 37 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F425ED

Tints of Razzle Dazzle Rose #F425ED

RGB

 RED value IS 244 (95.7% from 255) = 47.1%

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

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

R = 47.1%
G = 7.14%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F425ED (or 0xF425ED) is known color: Razzle Dazzle Rose. HEX triplet: F4, 25 and ED. RGB value is (244,37,237). Sum of RGB (Red+Green+Blue) = 244+37+237=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 37 (14.84% from 255 or 7.14% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F425ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F425ED is #0BDA12. Grayscale: #797979. Windows color (decimal): -776723 or 15541748. OLE color: 15541748.

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

Color convert

RGB 244 37 237 -
CMYK 0 0.85 0.03 0.04
HSL 302.03º 0.9% 0.55% -
HSV(B) 302.03º 0.85% 0.96% -
XYZ 53.26 26.67 82.46 -
YUV 121.69 193.08 215.24 -
System Red Green Blue C M Y K H S L
Decimal 244 37 237 0 0.85 0.03 0.04 302.03 0.9 0.55
Hex F4 25 ED 0 55 3 4 12E 5A 37
Octal 364 45 355 0 125 3 4 456 132 67
Binary 11110100 100101 11101101 0 1010101 11 100 100101110 1011010 110111

Color Harmonies of #F425ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F425ED

Black with #F425ED

Text Example


Text Example

White with #F425ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F425ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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