Html Css Color HEX #F837D4 Razzle Dazzle Rose

📋 copy color: '#F837D4'

red 248 ◦ green 55 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F837D4

Tints of Razzle Dazzle Rose #F837D4

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.68%

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

R = 48.16%
G = 10.68%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F837D4 (or 0xF837D4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 37 and D4. RGB value is (248,55,212). Sum of RGB (Red+Green+Blue) = 248+55+212=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F837D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F837D4 is #07C82B. Grayscale: #828282. Windows color (decimal): -509996 or 13907960. OLE color: 13907960.

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

Color convert

RGB 248 55 212 -
CMYK 0 0.78 0.15 0.03
HSL 311.19º 0.93% 0.59% -
HSV(B) 311.19º 0.78% 0.97% -
XYZ 51.96 27.44 64.85 -
YUV 130.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 248 55 212 0 0.78 0.15 0.03 311.19 0.93 0.59
Hex F8 37 D4 0 4E F 3 137 5D 3B
Octal 370 67 324 0 116 17 3 467 135 73
Binary 11111000 110111 11010100 0 1001110 1111 11 100110111 1011101 111011

Color Harmonies of #F837D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F837D4

Black with #F837D4

Text Example


Text Example

White with #F837D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F837D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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