Html Css Color HEX #F84BBE Razzle Dazzle Rose

📋 copy color: '#F84BBE'

red 248 ◦ green 75 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F84BBE

Tints of Razzle Dazzle Rose #F84BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.62%

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 48.34%
G = 14.62%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F84BBE (or 0xF84BBE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4B and BE. RGB value is (248,75,190). Sum of RGB (Red+Green+Blue) = 248+75+190=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84BBE is #07B441. Grayscale: #8B8B8B. Windows color (decimal): -504898 or 12471288. OLE color: 12471288.

HSL color Cylindrical-coordinate representation of color #F84BBE: hue angle of 320.12º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84BBE is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 75 190 -
CMYK 0 0.70 0.23 0.03
HSL 320.12º 0.93% 0.63% -
HSV(B) 320.12º 0.7% 0.97% -
XYZ 50.52 28.71 51.59 -
YUV 139.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 248 75 190 0 0.70 0.23 0.03 320.12 0.93 0.63
Hex F8 4B BE 0 46 17 3 140 5D 3F
Octal 370 113 276 0 106 27 3 500 135 77
Binary 11111000 1001011 10111110 0 1000110 10111 11 101000000 1011101 111111

Color Harmonies of #F84BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84BBE

Black with #F84BBE

Text Example


Text Example

White with #F84BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84BBE; }

 p { color: rgb(248,75,190); }

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

background-color css

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

 a { background-color: rgb(248,75,190); }

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

border-color css

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

 span { border-color: rgb(248,75,190); }

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