Html Css Color HEX #F74BBA Brilliant Rose

📋 copy color: '#F74BBA'

red 247 ◦ green 75 ◦ blue 186

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

Shades of Brilliant Rose #F74BBA

Tints of Brilliant Rose #F74BBA

RGB

 RED value IS 247 (96.88% from 255) = 48.62%

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

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

R = 48.62%
G = 14.76%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F74BBA (or 0xF74BBA) is known color: Brilliant Rose. HEX triplet: F7, 4B and BA. RGB value is (247,75,186). Sum of RGB (Red+Green+Blue) = 247+75+186=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74BBA is #08B445. Grayscale: #8A8A8A. Windows color (decimal): -570438 or 12209143. OLE color: 12209143.

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

Color convert

RGB 247 75 186 -
CMYK 0 0.70 0.25 0.03
HSL 321.28º 0.91% 0.63% -
HSV(B) 321.28º 0.7% 0.97% -
XYZ 49.74 28.35 49.31 -
YUV 139.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 247 75 186 0 0.70 0.25 0.03 321.28 0.91 0.63
Hex F7 4B BA 0 46 19 3 141 5B 3F
Octal 367 113 272 0 106 31 3 501 133 77
Binary 11110111 1001011 10111010 0 1000110 11001 11 101000001 1011011 111111

Color Harmonies of #F74BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74BBA

Black with #F74BBA

Text Example


Text Example

White with #F74BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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