Html Css Color HEX #FA4B7B French Rose

📋 copy color: '#FA4B7B'

red 250 ◦ green 75 ◦ blue 123

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

Shades of French Rose #FA4B7B

Tints of French Rose #FA4B7B

RGB

 RED value IS 250 (98.05% from 255) = 55.8%

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

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 55.8%
G = 16.74%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA4B7B (or 0xFA4B7B) is known color: French Rose. HEX triplet: FA, 4B and 7B. RGB value is (250,75,123). Sum of RGB (Red+Green+Blue) = 250+75+123=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4B7B is #05B484. Grayscale: #848484. Windows color (decimal): -373893 or 8080378. OLE color: 8080378.

HSL color Cylindrical-coordinate representation of color #FA4B7B: hue angle of 343.54º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4B7B is Cyan = 0, Magento = 0.7, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 75 123 -
CMYK 0 0.7 0.51 0.02
HSL 343.54º 0.95% 0.64% -
HSV(B) 343.54º 0.7% 0.98% -
XYZ 45.52 26.79 21.51 -
YUV 132.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 250 75 123 0 0.7 0.51 0.02 343.54 0.95 0.64
Hex FA 4B 7B 0 46 33 2 158 5F 40
Octal 372 113 173 0 106 63 2 530 137 100
Binary 11111010 1001011 1111011 0 1000110 110011 10 101011000 1011111 1000000

Color Harmonies of #FA4B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4B7B

Black with #FA4B7B

Text Example


Text Example

White with #FA4B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4B7B; }

 p { color: rgb(250,75,123); }

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

background-color css

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

 a { background-color: rgb(250,75,123); }

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

border-color css

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

 span { border-color: rgb(250,75,123); }

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