Html Css Color HEX #F425DF Razzle Dazzle Rose

📋 copy color: '#F425DF'

red 244 ◦ green 37 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F425DF

Tints of Razzle Dazzle Rose #F425DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 48.41%
G = 7.34%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F425DF (or 0xF425DF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 25 and DF. RGB value is (244,37,223). Sum of RGB (Red+Green+Blue) = 244+37+223=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F425DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425DF is #0BDA20. Grayscale: #777777. Windows color (decimal): -776737 or 14624244. OLE color: 14624244.

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

Color convert

RGB 244 37 223 -
CMYK 0 0.85 0.09 0.04
HSL 306.09º 0.9% 0.55% -
HSV(B) 306.09º 0.85% 0.96% -
XYZ 51.29 25.88 72.1 -
YUV 120.1 186.08 216.38 -
System Red Green Blue C M Y K H S L
Decimal 244 37 223 0 0.85 0.09 0.04 306.09 0.9 0.55
Hex F4 25 DF 0 55 9 4 132 5A 37
Octal 364 45 337 0 125 11 4 462 132 67
Binary 11110100 100101 11011111 0 1010101 1001 100 100110010 1011010 110111

Color Harmonies of #F425DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F425DF

Black with #F425DF

Text Example


Text Example

White with #F425DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F425DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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