Html Css Color HEX #F828C4 Razzle Dazzle Rose

📋 copy color: '#F828C4'

red 248 ◦ green 40 ◦ blue 196

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

Shades of Razzle Dazzle Rose #F828C4

Tints of Razzle Dazzle Rose #F828C4

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.26%

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 51.24%
G = 8.26%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F828C4 (or 0xF828C4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 28 and C4. RGB value is (248,40,196). Sum of RGB (Red+Green+Blue) = 248+40+196=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F828C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828C4 is #07D73B. Grayscale: #777777. Windows color (decimal): -513852 or 12855544. OLE color: 12855544.

HSL color Cylindrical-coordinate representation of color #F828C4: hue angle of 315º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F828C4 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 40 196 -
CMYK 0 0.84 0.21 0.03
HSL 315º 0.94% 0.56% -
HSV(B) 315º 0.84% 0.97% -
XYZ 49.43 25.46 54.53 -
YUV 119.98 170.91 219.32 -
System Red Green Blue C M Y K H S L
Decimal 248 40 196 0 0.84 0.21 0.03 315 0.94 0.56
Hex F8 28 C4 0 54 15 3 13B 5E 38
Octal 370 50 304 0 124 25 3 473 136 70
Binary 11111000 101000 11000100 0 1010100 10101 11 100111011 1011110 111000

Color Harmonies of #F828C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F828C4

Black with #F828C4

Text Example


Text Example

White with #F828C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F828C4; }

 p { color: rgb(248,40,196); }

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

background-color css

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

 a { background-color: rgb(248,40,196); }

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

border-color css

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

 span { border-color: rgb(248,40,196); }

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