Html Css Color HEX #F925DD Razzle Dazzle Rose

📋 copy color: '#F925DD'

red 249 ◦ green 37 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F925DD

Tints of Razzle Dazzle Rose #F925DD

RGB

 RED value IS 249 (97.66% from 255) = 49.11%

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 49.11%
G = 7.3%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F925DD (or 0xF925DD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 25 and DD. RGB value is (249,37,221). Sum of RGB (Red+Green+Blue) = 249+37+221=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 37 (14.84% from 255 or 7.30% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F925DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F925DD is #06DA22. Grayscale: #787878. Windows color (decimal): -449059 or 14493177. OLE color: 14493177.

HSL color Cylindrical-coordinate representation of color #F925DD: hue angle of 307.92º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F925DD is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 37 221 -
CMYK 0 0.85 0.11 0.02
HSL 307.92º 0.95% 0.56% -
HSV(B) 307.92º 0.85% 0.98% -
XYZ 52.78 26.68 70.78 -
YUV 121.36 184.24 219.04 -
System Red Green Blue C M Y K H S L
Decimal 249 37 221 0 0.85 0.11 0.02 307.92 0.95 0.56
Hex F9 25 DD 0 55 B 2 134 5F 38
Octal 371 45 335 0 125 13 2 464 137 70
Binary 11111001 100101 11011101 0 1010101 1011 10 100110100 1011111 111000

Color Harmonies of #F925DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F925DD

Black with #F925DD

Text Example


Text Example

White with #F925DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F925DD; }

 p { color: rgb(249,37,221); }

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

background-color css

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

 a { background-color: rgb(249,37,221); }

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

border-color css

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

 span { border-color: rgb(249,37,221); }

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