Html Css Color HEX #F84CBA Brilliant Rose

📋 copy color: '#F84CBA'

red 248 ◦ green 76 ◦ blue 186

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

Shades of Brilliant Rose #F84CBA

Tints of Brilliant Rose #F84CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 48.63%
G = 14.9%
B = 36.47%

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

#F84CBA (or 0xF84CBA) is known color: Brilliant Rose. HEX triplet: F8, 4C and BA. RGB value is (248,76,186). Sum of RGB (Red+Green+Blue) = 248+76+186=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84CBA is #07B345. Grayscale: #8B8B8B. Windows color (decimal): -504646 or 12209400. OLE color: 12209400.

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

Color convert

RGB 248 76 186 -
CMYK 0 0.69 0.25 0.03
HSL 321.63º 0.92% 0.64% -
HSV(B) 321.63º 0.69% 0.97% -
XYZ 50.16 28.67 49.34 -
YUV 139.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 248 76 186 0 0.69 0.25 0.03 321.63 0.92 0.64
Hex F8 4C BA 0 45 19 3 142 5C 40
Octal 370 114 272 0 105 31 3 502 134 100
Binary 11111000 1001100 10111010 0 1000101 11001 11 101000010 1011100 1000000

Color Harmonies of #F84CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CBA

Black with #F84CBA

Text Example


Text Example

White with #F84CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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