Html Css Color HEX #F825D4 Razzle Dazzle Rose

📋 copy color: '#F825D4'

red 248 ◦ green 37 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F825D4

Tints of Razzle Dazzle Rose #F825D4

RGB

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

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

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

R = 49.9%
G = 7.44%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F825D4 (or 0xF825D4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and D4. RGB value is (248,37,212). Sum of RGB (Red+Green+Blue) = 248+37+212=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F825D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825D4 is #07DA2B. Grayscale: #777777. Windows color (decimal): -514604 or 13903352. OLE color: 13903352.

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

Color convert

RGB 248 37 212 -
CMYK 0 0.85 0.15 0.03
HSL 310.24º 0.94% 0.56% -
HSV(B) 310.24º 0.85% 0.97% -
XYZ 51.26 26.03 64.61 -
YUV 120.04 179.9 219.27 -
System Red Green Blue C M Y K H S L
Decimal 248 37 212 0 0.85 0.15 0.03 310.24 0.94 0.56
Hex F8 25 D4 0 55 F 3 136 5E 38
Octal 370 45 324 0 125 17 3 466 136 70
Binary 11111000 100101 11010100 0 1010101 1111 11 100110110 1011110 111000

Color Harmonies of #F825D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F825D4

Black with #F825D4

Text Example


Text Example

White with #F825D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F825D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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