Html Css Color HEX #F834D4 Razzle Dazzle Rose

📋 copy color: '#F834D4'

red 248 ◦ green 52 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F834D4

Tints of Razzle Dazzle Rose #F834D4

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.16%

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

R = 48.44%
G = 10.16%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F834D4 (or 0xF834D4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 34 and D4. RGB value is (248,52,212). Sum of RGB (Red+Green+Blue) = 248+52+212=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 52 (20.70% from 255 or 10.16% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F834D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F834D4 is #07CB2B. Grayscale: #808080. Windows color (decimal): -510764 or 13907192. OLE color: 13907192.

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

Color convert

RGB 248 52 212 -
CMYK 0 0.79 0.15 0.03
HSL 311.02º 0.93% 0.59% -
HSV(B) 311.02º 0.79% 0.97% -
XYZ 51.82 27.17 64.8 -
YUV 128.84 174.93 212.99 -
System Red Green Blue C M Y K H S L
Decimal 248 52 212 0 0.79 0.15 0.03 311.02 0.93 0.59
Hex F8 34 D4 0 4F F 3 137 5D 3B
Octal 370 64 324 0 117 17 3 467 135 73
Binary 11111000 110100 11010100 0 1001111 1111 11 100110111 1011101 111011

Color Harmonies of #F834D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F834D4

Black with #F834D4

Text Example


Text Example

White with #F834D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F834D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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