Html Css Color HEX #F64BBA Brilliant Rose

📋 copy color: '#F64BBA'

red 246 ◦ green 75 ◦ blue 186

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

Shades of Brilliant Rose #F64BBA

Tints of Brilliant Rose #F64BBA

RGB

 RED value IS 246 (96.48% from 255) = 48.52%

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

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

R = 48.52%
G = 14.79%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F64BBA (or 0xF64BBA) is known color: Brilliant Rose. HEX triplet: F6, 4B and BA. RGB value is (246,75,186). Sum of RGB (Red+Green+Blue) = 246+75+186=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BBA is #09B445. Grayscale: #8A8A8A. Windows color (decimal): -635974 or 12209142. OLE color: 12209142.

HSL color Cylindrical-coordinate representation of color #F64BBA: hue angle of 321.05º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64BBA is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 75 186 -
CMYK 0 0.70 0.24 0.04
HSL 321.05º 0.9% 0.63% -
HSV(B) 321.05º 0.7% 0.96% -
XYZ 49.39 28.17 49.29 -
YUV 138.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 246 75 186 0 0.70 0.24 0.04 321.05 0.9 0.63
Hex F6 4B BA 0 46 18 4 141 5A 3F
Octal 366 113 272 0 106 30 4 501 132 77
Binary 11110110 1001011 10111010 0 1000110 11000 100 101000001 1011010 111111

Color Harmonies of #F64BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64BBA

Black with #F64BBA

Text Example


Text Example

White with #F64BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64BBA; }

 p { color: rgb(246,75,186); }

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

background-color css

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

 a { background-color: rgb(246,75,186); }

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

border-color css

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

 span { border-color: rgb(246,75,186); }

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