Html Css Color HEX #F844D4 Razzle Dazzle Rose

📋 copy color: '#F844D4'

red 248 ◦ green 68 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F844D4

Tints of Razzle Dazzle Rose #F844D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.15%

R = 46.97%
G = 12.88%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F844D4 (or 0xF844D4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 44 and D4. RGB value is (248,68,212). Sum of RGB (Red+Green+Blue) = 248+68+212=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 68 (26.95% from 255 or 12.88% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F844D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F844D4 is #07BB2B. Grayscale: #898989. Windows color (decimal): -506668 or 13911288. OLE color: 13911288.

HSL color Cylindrical-coordinate representation of color #F844D4: hue angle of 312º 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 #F844D4 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 68 212 -
CMYK 0 0.73 0.15 0.03
HSL 312º 0.93% 0.62% -
HSV(B) 312º 0.73% 0.97% -
XYZ 52.66 28.84 65.08 -
YUV 138.24 169.63 206.29 -
System Red Green Blue C M Y K H S L
Decimal 248 68 212 0 0.73 0.15 0.03 312 0.93 0.62
Hex F8 44 D4 0 49 F 3 138 5D 3E
Octal 370 104 324 0 111 17 3 470 135 76
Binary 11111000 1000100 11010100 0 1001001 1111 11 100111000 1011101 111110

Color Harmonies of #F844D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F844D4

Black with #F844D4

Text Example


Text Example

White with #F844D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F844D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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