Html Css Color HEX #F84CB2 Brilliant Rose

📋 copy color: '#F84CB2'

red 248 ◦ green 76 ◦ blue 178

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

Shades of Brilliant Rose #F84CB2

Tints of Brilliant Rose #F84CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.14%

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 49.4%
G = 15.14%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F84CB2 (or 0xF84CB2) is known color: Brilliant Rose. HEX triplet: F8, 4C and B2. RGB value is (248,76,178). Sum of RGB (Red+Green+Blue) = 248+76+178=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84CB2 is #07B34D. Grayscale: #8A8A8A. Windows color (decimal): -504654 or 11685112. OLE color: 11685112.

HSL color Cylindrical-coordinate representation of color #F84CB2: hue angle of 324.42º 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 #F84CB2 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 76 178 -
CMYK 0 0.69 0.28 0.03
HSL 324.42º 0.92% 0.64% -
HSV(B) 324.42º 0.69% 0.97% -
XYZ 49.33 28.34 44.99 -
YUV 139.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 248 76 178 0 0.69 0.28 0.03 324.42 0.92 0.64
Hex F8 4C B2 0 45 1C 3 144 5C 40
Octal 370 114 262 0 105 34 3 504 134 100
Binary 11111000 1001100 10110010 0 1000101 11100 11 101000100 1011100 1000000

Color Harmonies of #F84CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CB2

Black with #F84CB2

Text Example


Text Example

White with #F84CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CB2; }

 p { color: rgb(248,76,178); }

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

background-color css

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

 a { background-color: rgb(248,76,178); }

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

border-color css

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

 span { border-color: rgb(248,76,178); }

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