Html Css Color HEX #F844D5 Razzle Dazzle Rose

📋 copy color: '#F844D5'

red 248 ◦ green 68 ◦ blue 213

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

Shades of Razzle Dazzle Rose #F844D5

Tints of Razzle Dazzle Rose #F844D5

RGB

 RED value IS 248 (97.27% from 255) = 46.88%

 GREEN value IS 68 (26.95% from 255) = 12.85%

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 46.88%
G = 12.85%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F844D5 (or 0xF844D5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 44 and D5. RGB value is (248,68,213). Sum of RGB (Red+Green+Blue) = 248+68+213=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 68 (26.95% from 255 or 12.85% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F844D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F844D5 is #07BB2A. Grayscale: #898989. Windows color (decimal): -506667 or 13976824. OLE color: 13976824.

HSL color Cylindrical-coordinate representation of color #F844D5: hue angle of 311.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F844D5 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 68 213 -
CMYK 0 0.73 0.14 0.03
HSL 311.67º 0.93% 0.62% -
HSV(B) 311.67º 0.73% 0.97% -
XYZ 52.79 28.89 65.75 -
YUV 138.35 170.13 206.21 -
System Red Green Blue C M Y K H S L
Decimal 248 68 213 0 0.73 0.14 0.03 311.67 0.93 0.62
Hex F8 44 D5 0 49 E 3 138 5D 3E
Octal 370 104 325 0 111 16 3 470 135 76
Binary 11111000 1000100 11010101 0 1001001 1110 11 100111000 1011101 111110

Color Harmonies of #F844D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F844D5

Black with #F844D5

Text Example


Text Example

White with #F844D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F844D5; }

 p { color: rgb(248,68,213); }

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

background-color css

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

 a { background-color: rgb(248,68,213); }

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

border-color css

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

 span { border-color: rgb(248,68,213); }

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