Html Css Color HEX #F425CA Razzle Dazzle Rose

📋 copy color: '#F425CA'

red 244 ◦ green 37 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F425CA

Tints of Razzle Dazzle Rose #F425CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 50.52%
G = 7.66%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F425CA (or 0xF425CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 25 and CA. RGB value is (244,37,202). Sum of RGB (Red+Green+Blue) = 244+37+202=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F425CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425CA is #0BDA35. Grayscale: #757575. Windows color (decimal): -776758 or 13247988. OLE color: 13247988.

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

Color convert

RGB 244 37 202 -
CMYK 0 0.85 0.17 0.04
HSL 312.17º 0.9% 0.55% -
HSV(B) 312.17º 0.85% 0.96% -
XYZ 48.63 24.82 58.1 -
YUV 117.7 175.58 218.08 -
System Red Green Blue C M Y K H S L
Decimal 244 37 202 0 0.85 0.17 0.04 312.17 0.9 0.55
Hex F4 25 CA 0 55 11 4 138 5A 37
Octal 364 45 312 0 125 21 4 470 132 67
Binary 11110100 100101 11001010 0 1010101 10001 100 100111000 1011010 110111

Color Harmonies of #F425CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F425CA

Black with #F425CA

Text Example


Text Example

White with #F425CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F425CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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