Html Css Color HEX #F225DA Razzle Dazzle Rose

📋 copy color: '#F225DA'

red 242 ◦ green 37 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F225DA

Tints of Razzle Dazzle Rose #F225DA

RGB

 RED value IS 242 (94.92% from 255) = 48.69%

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 48.69%
G = 7.44%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F225DA (or 0xF225DA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 25 and DA. RGB value is (242,37,218). Sum of RGB (Red+Green+Blue) = 242+37+218=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F225DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F225DA is #0DDA25. Grayscale: #767676. Windows color (decimal): -907814 or 14296562. OLE color: 14296562.

HSL color Cylindrical-coordinate representation of color #F225DA: hue angle of 307.02º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F225DA is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 37 218 -
CMYK 0 0.85 0.10 0.05
HSL 307.02º 0.89% 0.55% -
HSV(B) 307.02º 0.85% 0.95% -
XYZ 49.93 25.26 68.57 -
YUV 118.93 183.92 215.78 -
System Red Green Blue C M Y K H S L
Decimal 242 37 218 0 0.85 0.10 0.05 307.02 0.89 0.55
Hex F2 25 DA 0 55 A 5 133 59 37
Octal 362 45 332 0 125 12 5 463 131 67
Binary 11110010 100101 11011010 0 1010101 1010 101 100110011 1011001 110111

Color Harmonies of #F225DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225DA

Black with #F225DA

Text Example


Text Example

White with #F225DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225DA; }

 p { color: rgb(242,37,218); }

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

background-color css

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

 a { background-color: rgb(242,37,218); }

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

border-color css

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

 span { border-color: rgb(242,37,218); }

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