Html Css Color HEX #F425D6 Razzle Dazzle Rose

📋 copy color: '#F425D6'

red 244 ◦ green 37 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F425D6

Tints of Razzle Dazzle Rose #F425D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.23%

R = 49.29%
G = 7.47%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F425D6 (or 0xF425D6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 25 and D6. RGB value is (244,37,214). Sum of RGB (Red+Green+Blue) = 244+37+214=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 37 (14.84% from 255 or 7.47% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F425D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425D6 is #0BDA29. Grayscale: #767676. Windows color (decimal): -776746 or 14034420. OLE color: 14034420.

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

Color convert

RGB 244 37 214 -
CMYK 0 0.85 0.12 0.04
HSL 308.7º 0.9% 0.55% -
HSV(B) 308.7º 0.85% 0.96% -
XYZ 50.11 25.41 65.88 -
YUV 119.07 181.58 217.11 -
System Red Green Blue C M Y K H S L
Decimal 244 37 214 0 0.85 0.12 0.04 308.7 0.9 0.55
Hex F4 25 D6 0 55 C 4 135 5A 37
Octal 364 45 326 0 125 14 4 465 132 67
Binary 11110100 100101 11010110 0 1010101 1100 100 100110101 1011010 110111

Color Harmonies of #F425D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F425D6

Black with #F425D6

Text Example


Text Example

White with #F425D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F425D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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