Html Css Color HEX #F84DBB Brilliant Rose

📋 copy color: '#F84DBB'

red 248 ◦ green 77 ◦ blue 187

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

Shades of Brilliant Rose #F84DBB

Tints of Brilliant Rose #F84DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.04%

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 48.44%
G = 15.04%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F84DBB (or 0xF84DBB) is known color: Brilliant Rose. HEX triplet: F8, 4D and BB. RGB value is (248,77,187). Sum of RGB (Red+Green+Blue) = 248+77+187=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84DBB is #07B244. Grayscale: #8C8C8C. Windows color (decimal): -504389 or 12275192. OLE color: 12275192.

HSL color Cylindrical-coordinate representation of color #F84DBB: hue angle of 321.4º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84DBB is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 77 187 -
CMYK 0 0.69 0.25 0.03
HSL 321.4º 0.92% 0.64% -
HSV(B) 321.4º 0.69% 0.97% -
XYZ 50.33 28.85 49.93 -
YUV 140.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 248 77 187 0 0.69 0.25 0.03 321.4 0.92 0.64
Hex F8 4D BB 0 45 19 3 141 5C 40
Octal 370 115 273 0 105 31 3 501 134 100
Binary 11111000 1001101 10111011 0 1000101 11001 11 101000001 1011100 1000000

Color Harmonies of #F84DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84DBB

Black with #F84DBB

Text Example


Text Example

White with #F84DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84DBB; }

 p { color: rgb(248,77,187); }

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

background-color css

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

 a { background-color: rgb(248,77,187); }

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

border-color css

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

 span { border-color: rgb(248,77,187); }

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